Skip to content

Typo fix

Typo fix #1835

Triggered via push June 11, 2024 04:20
Status Failure
Total duration 11m 24s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L8
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L17
The type or namespace name 'IOperationQueue' could not be found (are you missing a using directive or an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L24
The type or namespace name 'IOperationQueue' could not be found (are you missing a using directive or an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L8
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L17
The type or namespace name 'IOperationQueue' could not be found (are you missing a using directive or an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs#L24
The type or namespace name 'IOperationQueue' could not be found (are you missing a using directive or an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Android/BleManager.cs#L15
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Android/Peripheral.cs#L8
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Android/Peripheral_Characteristics.cs#L10
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build: src/Shiny.BluetoothLE/Platforms/Android/Peripheral_Descriptors.cs#L10
The type or namespace name 'Intrastructure' does not exist in the namespace 'Shiny.BluetoothLE' (are you missing an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, AdoptOpenJDK/install-jdk@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: AdoptOpenJDK/install-jdk@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Shiny.Core/Logging/GenericLogger.cs#L20
Nullability of reference types in type of parameter 'exception' of 'void GenericLogger<T>.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
build: src/Shiny.Core/Logging/GenericLogger.cs#L14
Nullability in constraints for type parameter 'TState' of method 'GenericLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build: src/Shiny.Core/ObservableList.cs#L160
Cannot convert null literal to non-nullable reference type.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L106
Possible null reference assignment.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L77
Dereference of a possibly null reference.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L111
Converting null literal or possible null value to non-nullable type.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L111
Possible null reference return.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L162
Possible null reference argument for parameter 'value' in 'void IKeyValueStore.Set(string key, object value)'.
build: src/Shiny.Core/ServiceProviderExtensions.cs#L62
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ServiceProviderServiceExtensions.GetRequiredService<T>(IServiceProvider)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: src/Shiny.Core/ServiceProviderExtensions.cs#L62
Possible null reference return.