Skip to content

feat: Add discord and demo button to dashboard (#58) #160

feat: Add discord and demo button to dashboard (#58)

feat: Add discord and demo button to dashboard (#58) #160

Triggered via push June 16, 2024 22:45
Status Success
Total duration 1m 10s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L245
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L230
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L233
Non-nullable property 'ProxyUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L179
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L185
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L188
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L191
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L167
Non-nullable property 'Emoji' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L161
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/BF2TV.Domain/DiscordApi/DiscordMessage.cs#L149
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.