Skip to content

Build

Build #1852

Manually triggered January 9, 2025 02:01
Status Failure
Total duration 10m 9s
Artifacts

build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build: src/Shiny.Hosting.Maui/ShinyExtensions.cs#L6
The type or namespace name 'Infrastructure' does not exist in the namespace 'Shiny' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: build/BuildContext.cs#L44
Possible null reference assignment.
build: build/BuildContext.cs#L23
Dereference of a possibly null reference.
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/Stores/StoreExtensions.cs#L54
Possible null reference assignment.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L25
Dereference of a possibly null reference.
build: src/Shiny.Core/Stores/StoreExtensions.cs#L59
Converting null literal or possible null value to non-nullable type.