Bump Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Hosting.WindowsServices, Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions #999
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Analogy.LogServer/GRPCLogConsumer.cs#L21
Non-nullable property 'ActiveClients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogServer/ServiceConfiguration.cs#L13
Non-nullable property 'WindowsEventLogsConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogServer/ServiceConfiguration.cs#L23
Non-nullable property 'LogsToMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogServer/Program.cs#L21
Dereference of a possibly null reference.
|
Analogy.LogServer/Program.cs#L21
Possible null reference assignment.
|
Analogy.LogServer/Program.cs#L23
Dereference of a possibly null reference.
|
Analogy.LogServer/Program.cs#L23
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
Analogy.LogServer/Program.cs#L59
Dereference of a possibly null reference.
|
Analogy.LogServer/Program.cs#L59
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L7
The type name 'grpc' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L7
The type name 'grpc' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/Netframework/AnalogyGrpc.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analogy.LogServer.Clients/NetCore/AnalogyMessageProducer.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogServer.Clients/NetCore/AnalogyMessageProducer.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogServer.Clients/NetCore/AnalogyMessageProducer.cs#L46
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading