Рефакторинг нотификаций #2949
Draft
Рефакторинг нотификаций #2949
Annotations
10 warnings
Build:
src/JoinRpg.PrimitiveTypes/Access/AccessArguments.cs#L4
XML comment is not placed on a valid language element
|
Build:
src/JoinRpg.PrimitiveTypes/Access/AccessArguments.cs#L8
XML comment is not placed on a valid language element
|
Build:
src/JoinRpg.PrimitiveTypes/Access/AccessArguments.cs#L12
XML comment is not placed on a valid language element
|
Build:
src/JoinRpg.WebComponents/StringInput.razor#L35
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/JoinRpg.WebComponents/ConditionalLabel.razor#L7
Non-nullable property 'For' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/JoinRpg.WebComponents/ConditionalLabel.razor#L10
Non-nullable property 'InputAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/JoinRpg.WebComponents/EnumRadioButtonGroup.razor#L8
Dereference of a possibly null reference.
|
Build:
src/JoinRpg.WebComponents/JoinTableSimple.razor#L15
Non-nullable property 'TableBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/JoinRpg.WebComponents/LabelFor.razor#L16
Non-nullable property 'For' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/JoinRpg.WebComponents/LabelFor.razor#L23
Non-nullable property 'InputAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading