Skip to content

Fixed that generic types can't be create #132

Fixed that generic types can't be create

Fixed that generic types can't be create #132

Triggered via push January 10, 2025 10:10
Status Success
Total duration 8m 46s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/KristofferStrube.Blazor.Relewise/Info.razor#L55
Cannot convert null literal to non-nullable reference type.
build: src/KristofferStrube.Blazor.Relewise/Info.razor#L16
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/KristofferStrube.Blazor.Relewise/Info.razor#L19
Non-nullable property 'Popper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/KristofferStrube.Blazor.Relewise/Info.razor#L22
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/KristofferStrube.Blazor.Relewise/CommunityInfo.razor#L17
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/KristofferStrube.Blazor.Relewise/TrustedInfo.razor#L5
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/KristofferStrube.Blazor.Relewise/Settings.cs#L76
Possible null reference argument for parameter 'source' in 'EditorHandler Enumerable.First<EditorHandler>(IEnumerable<EditorHandler> source, Func<EditorHandler, bool> predicate)'.
build: src/KristofferStrube.Blazor.Relewise/XmlSummaries/DocumentationCache.cs#L97
Possible null reference argument for parameter 'entries' in 'CommunityDocumentation.CommunityDocumentation(List<CommunityDocumentationEntry> entries)'.
build: src/KristofferStrube.Blazor.Relewise/TypeEditors/ListEditor.razor#L82
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
build: src/KristofferStrube.Blazor.Relewise/TypeEditors/EnumEditor.razor#L24
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.