Skip to content

updated README

updated README #786

Triggered via push May 26, 2024 13:26
Status Success
Total duration 6m 36s
Artifacts

build-test.yml

on: push
Build & Test Project
6m 28s
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.