more detail zipkin test #92
Annotations
13 warnings
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, dapr/setup-dapr@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: dapr/setup-dapr@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci:
src/Tye2.Hosting.Diagnostics/Logging/LoggerException.cs#L21
Member 'LoggerException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'LoggerException.GetObjectData(SerializationInfo, StreamingContext)'.
|
ci:
src/Tye2.Hosting.Diagnostics/LoggingSink.cs#L97
Possible null reference argument for parameter 'item' in 'void List<IDisposable>.Add(IDisposable item)'.
|
ci:
src/Tye2.Hosting.Diagnostics/LoggingSink.cs#L214
'ApplicationInsightsLoggingBuilderExtensions.AddApplicationInsights(ILoggingBuilder, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsights() overload which accepts Action<TelemetryConfiguration> and set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
ci:
src/tye2-diag-agent/Program.cs#L28
Possible null reference assignment.
|
ci:
src/tye2-diag-agent/Program.cs#L29
Possible null reference assignment.
|
ci:
src/Tye2.Core/ProjectReader.cs#L70
'SemVersion.TryParse(string, out SemVersion, bool)' is obsolete: 'Method is obsolete. Use TryParse() overload with SemVersionStyles instead.'
|
ci:
src/Tye2.Hosting/Infrastructure/ServiceLoggerProvider.cs#L40
Nullability in constraints for type parameter 'TState' of method 'ServiceLoggerProvider.ServiceLogger.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.
|
ci:
src/Tye2.Hosting/TyeBuildException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
ci:
test/Tye2.Test.Infrastructure/LoggedTest.cs#L15
Cannot convert null literal to non-nullable reference type.
|
ci:
test/Tye2.Test.Infrastructure/TestFileOutputContext.cs#L85
Cannot convert null literal to non-nullable reference type.
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|