fix: .NET 8 build #2764
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/[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/
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Argument 1 should be passed with 'ref' or 'in' keyword
|
build:
src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L37
Non-nullable field 'RenderHandleGetter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L38
Non-nullable field 'IsInitializedGetter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L39
Non-nullable field 'StateHasChangedInvoker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L40
Non-nullable field 'GetOptionalComponentStateGetter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L37
Field 'ComponentExt.RenderHandleGetter' is never assigned to, and will always have its default value null
|