Added API for Logging #782
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L10
Non-nullable property 'UtcTimestamp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L12
Non-nullable property 'MessageTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L13
Non-nullable property 'RenderedMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L15
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/LogService.cs#L132
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Build:
src/FloppyBot.WebApi.V2/Dtos/CommandConfigurationDto.cs#L33
Possible null reference assignment.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L10
Non-nullable property 'UtcTimestamp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L12
Non-nullable property 'MessageTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L13
Non-nullable property 'RenderedMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/FloppyBot.Base.Logging.MongoDb/Entities/InternalLogRecord.cs#L15
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading