build with .net 8 #15
Annotations
11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy-to-github-pages:
src/Models/MainViewModel.cs#L22
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/Models/MainViewModel.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/Models/MainViewModel.cs#L27
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/Models/MainViewModel.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/Models/MainViewModel.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/Pages/Index.razor#L141
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy-to-github-pages:
src/Pages/Index.razor#L158
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy-to-github-pages:
src/Pages/Index.razor#L183
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/Pages/Index.razor#L202
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/Pages/Index.razor#L216
Dereference of a possibly null reference.
|