Develop#79
Merged
Merged
Annotations
12 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v1, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
|
Build with dotnet:
ResourceInformationV2/Components/Pages/Faq/Detail.razor.cs#L13
Non-nullable field '_rteDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
ResourceInformationV2/Components/Pages/Note/Detail.razor.cs#L13
Non-nullable field '_rteDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/FilterListToggle.razor#L14
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<Tag>(IEnumerable<Tag> source)'.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/ImageControl.razor.cs#L23
Non-nullable property 'Layout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/Instruction.razor.cs#L20
Non-nullable property 'Layout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/LinkList.razor.cs#L35
Dereference of a possibly null reference.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/LinkList.razor.cs#L34
Dereference of a possibly null reference.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/LinkList.razor.cs#L30
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.
|
|
Build with dotnet:
ResourceInformationV2/Components/Controls/LinkList.razor.cs#L28
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.
|
|
Build with dotnet:
ResourceInformationV2.Data/DataHelpers/SourceHelper.cs#L155
Dereference of a possibly null reference.
|
background
wait
wait-all
cancel
parallel
Loading