Log and early return for null-apikey. #128
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/TypeEditors/ListEditor.razor#L82
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
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/TypeEditors/DictionaryEditor.razor#L26
Converting null literal or possible null value to non-nullable type.
|
build:
src/KristofferStrube.Blazor.Relewise/TypeEditors/DictionaryEditor.razor#L26
Possible null reference argument for parameter 'key' in 'TValue Dictionary<TKey, TValue>.this[TKey key]'.
|