Try CI Fix 3 #231
Annotations
2 errors and 10 warnings
|
🎉 Deploy
Process completed with exit code 1.
|
|
🎉 Deploy
Assets file '/home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/obj/project.assets.json' doesn't have a target for 'net9.0'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L261
Dereference of a possibly null reference.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L48
Dereference of a possibly null reference.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L242
Dereference of a possibly null reference.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L219
Dereference of a possibly null reference.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L217
Dereference of a possibly null reference.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Base/MudBaseInputExtended.cs#L136
Possible null reference assignment.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L52
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L48
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions.JsMinifier/Program.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|