Skip to content

Added API for Logging #784

Added API for Logging

Added API for Logging #784

Triggered via pull request May 26, 2024 12:15
Status Success
Total duration 6m 59s
Artifacts

build-test.yml

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

Annotations

12 warnings
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/.
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.
Build & Test Project: src/FloppyBot.WebApi.V2/Dtos/CommandConfigurationDto.cs#L33
Possible null reference assignment.