Skip to content

Merge branch 'master' of https://github.com/Nix1983/TablerForNet #3

Merge branch 'master' of https://github.com/Nix1983/TablerForNet

Merge branch 'master' of https://github.com/Nix1983/TablerForNet #3

Triggered via push September 8, 2023 15:30
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Components/Dashboards/RangeFilter.razor#L15
Found markup element with unexpected name 'Row'. If this is intended to be a component, add a @using directive for its namespace.
build: Components/Dashboards/RangeFilter.razor#L16
Found markup element with unexpected name 'RowCol'. If this is intended to be a component, add a @using directive for its namespace.
build: Components/Dashboards/RangeFilter.razor#L20
Found markup element with unexpected name 'RowCol'. If this is intended to be a component, add a @using directive for its namespace.
build: ClassBuilder.cs#L34
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.
build: ClassBuilder.cs#L7
Cannot convert null literal to non-nullable reference type.
build: Components/Tables/Interfaces/IDataFactory.cs#L5
Possible null reference assignment.
build: Components/Tables/TableGridDataFactory.cs#L6
Possible null reference assignment.
build: Components/Toasts/ToastModel.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Components/Toasts/ToastModel.cs#L17
Cannot convert null literal to non-nullable reference type.
build: Components/RangeSliders/RangeSlider.razor#L67
'RangeSlider<TValue>.UnmatchedParameters' hides inherited member 'TablerBaseComponent.UnmatchedParameters'. Use the new keyword if hiding was intended.