no message #267
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Blauhaus.Analytics.Console/Service/ConsoleLoggerService.cs#L81
Nullability of reference types in type of parameter 'properties' of 'IAnalyticsOperation ConsoleLoggerService.StartOperation(object sender, string operationName, Dictionary<string, object> properties = null, string callerMemberName = "")' doesn't match implicitly implemented member 'IAnalyticsOperation IAnalyticsService.StartOperation(object sender, string operationName, Dictionary<string, object>? properties = null, string callingMember = "")' (possibly because of nullability attributes).
|
build:
src/Blauhaus.Analytics.Console/Service/ConsoleLoggerService.cs#L93
Nullability of reference types in type of parameter 'properties' of 'IAnalyticsOperation ConsoleLoggerService.StartTrace(object sender, string message, LogSeverity logSeverity = LogSeverity.Verbose, Dictionary<string, object> properties = null, string callerMemberName = "")' doesn't match implicitly implemented member 'IAnalyticsOperation IAnalyticsService.StartTrace(object sender, string message, LogSeverity logSeverity = LogSeverity.Verbose, Dictionary<string, object>? properties = null, string callerMemberName = "")' (possibly because of nullability attributes).
|
build:
src/Blauhaus.Analytics.Console/Service/ConsoleLoggerService.cs#L81
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blauhaus.Analytics.Console/Service/ConsoleLoggerService.cs#L93
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blauhaus.Analytics.Console/Service/ConsoleLoggerService.cs#L104
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blauhaus.Analytics.Common/Logger/AnalyticsLogger.cs#L41
Nullability in constraints for type parameter 'TState' of method 'AnalyticsLogger.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/Blauhaus.Analytics.Common/Service/DummyAnalyticsLogger.cs#L32
Nullability in constraints for type parameter 'TState' of method 'DummyAnalyticsLogger<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/Blauhaus.Analytics.Common/Logger/AnalyticsLogger.cs#L9
Nullability in constraints for type parameter 'TState' of method 'AnalyticsLogger.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/Blauhaus.Analytics.Common/Logger/AnalyticsLogger.cs#L43
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
|
build:
src/Blauhaus.Analytics.Common/Logger/AnalyticsLogger.cs#L43
Possible null reference return.
|