Build and deploy .NET Core application to Function App TagzAppTwitchRelay #2
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/setup-dotnet@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUsers.cs#L5
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L6
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L7
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L8
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L9
Non-nullable property 'broadcaster_type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L10
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L11
Non-nullable property 'profile_image_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L12
Non-nullable property 'offline_image_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.TwitchRelay/Data/TwitchUser.cs#L14
Non-nullable property 'email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading