Skip to content

bedrock merged + nuget package update #73

bedrock merged + nuget package update

bedrock merged + nuget package update #73

Triggered via pull request March 10, 2024 08:58
Status Success
Total duration 10m 53s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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/Microsoft.Tye.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/Microsoft.Tye.Hosting.Diagnostics/LoggingSink.cs#L97
Possible null reference argument for parameter 'item' in 'void List<IDisposable>.Add(IDisposable item)'.
ci: src/Microsoft.Tye.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/Microsoft.Tye.Bedrock/Hosting/ServerConnection.cs#L181
Nullability of reference types in type of parameter 'value' of 'void ServerConnection.LocalEndPoint.set' doesn't match implicitly implemented member 'void IConnectionEndPointFeature.LocalEndPoint.set' (possibly because of nullability attributes).
ci: src/Microsoft.Tye.Bedrock/Hosting/ServerConnection.cs#L187
Nullability of reference types in type of parameter 'value' of 'void ServerConnection.RemoteEndPoint.set' doesn't match implicitly implemented member 'void IConnectionEndPointFeature.RemoteEndPoint.set' (possibly because of nullability attributes).
ci: src/Microsoft.Tye.Bedrock/Hosting/ServerConnection.cs#L25
Non-nullable field '_heartbeatHandlers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ci: src/Microsoft.Tye.Bedrock/Hosting/ServerConnection.cs#L25
Non-nullable field '_onCompleted' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ci: src/Microsoft.Tye.Bedrock/Hosting/ServerConnection.cs#L25
Non-nullable field '_cachedToString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ci: src/Microsoft.Tye.Bedrock/Transports/Sockets/SocketsServerBuilder.cs#L35
Argument of type '(EndPoint?, int port, Action<IConnectionBuilder> configure)' cannot be used for parameter 'item' of type '(EndPoint EndPoint, int Port, Action<IConnectionBuilder> Application)' in 'void List<(EndPoint EndPoint, int Port, Action<IConnectionBuilder> Application)>.Add((EndPoint EndPoint, int Port, Action<IConnectionBuilder> Application) item)' due to differences in the nullability of reference types.
ci: src/Microsoft.Tye.Bedrock/Hosting/ServerHostedServiceOptions.cs#L5
Non-nullable property 'ServerBuilder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/