Add build #1
Annotations
2 errors and 11 warnings
build
The file '/home/runner/work/Telegrom/Telegrom/Telegrom/bin/Release/net8.0/Telegrom.dll' to be packed was not found on disk.
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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:
Telegrom.Core/Contexts/SessionContext.cs#L30
Non-nullable field '_updateHandleTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Telegrom.Core/Contexts/SessionContext.cs#L30
Non-nullable field '_requestHandleTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Telegrom.Core/Contexts/SessionManager.cs#L26
Converting null literal or possible null value to non-nullable type.
|
build:
Telegrom.Core/Contexts/SessionManager.cs#L47
Dereference of a possibly null reference.
|
build:
Telegrom.Core/Contexts/SessionManager.cs#L49
Converting null literal or possible null value to non-nullable type.
|
build:
Telegrom.Core/Configuration/ITelegromConfiguration.cs#L3
Missing XML comment for publicly visible type or member 'ITelegromConfiguration<T>'
|
build:
Telegrom.Core/Configuration/ITelegromConfiguration.cs#L5
Missing XML comment for publicly visible type or member 'ITelegromConfiguration<T>.Entry'
|
build:
Telegrom.Core/Configuration/ITelegromConfiguration.cs#L8
Missing XML comment for publicly visible type or member 'ITelegromConfiguration'
|
build:
Telegrom.Core/Configuration/TelegromConfigurationExtensions.cs#L5
Missing XML comment for publicly visible type or member 'TelegromConfigurationExtensions'
|
build:
Telegrom.Core/Configuration/TelegromConfigurationExtensions.cs#L7
Missing XML comment for publicly visible type or member 'TelegromConfigurationExtensions.Use<T>(ITelegromConfiguration, T, Action<T>)'
|