Added API for Logging #782
build-test.yml
on: pull_request
Build & Test Project
6m 22s
Check Code Style
1m 27s
Annotations
1 error and 13 warnings
Check Code Style
Process completed with exit code 2.
|
Check Code Style
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/.
|
Check Code Style:
src/FloppyBot.Base.Logging.MongoDb/LogService.cs#L132
Static members should appear before non-static members
|
Build & Test Project
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 & Test Project:
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 & Test Project:
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 & Test Project:
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 & Test Project:
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 & Test Project:
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 & Test Project:
src/FloppyBot.WebApi.V2/Dtos/CommandConfigurationDto.cs#L33
Possible null reference assignment.
|
Build & Test Project:
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 & Test Project:
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 & Test Project:
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 & Test Project:
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.
|