Skip to content

Added API for Logging #782

Added API for Logging

Added API for Logging #782

Triggered via pull request May 25, 2024 15:39
Status Failure
Total duration 6m 30s
Artifacts

build-test.yml

on: pull_request
Build & Test Project
6m 22s
Build & Test Project
Check Code Style
1m 27s
Check Code Style
Fit to window
Zoom out
Zoom in

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.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.