Merge remote-tracking branch 'origin/master' #2
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Data/Language/LanguageRoot.cs#L9
Non-nullable property 'UserUpdated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Language/LanguageRoot.cs#L12
Non-nullable property 'DateUpdated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Language/LanguageRoot.cs#L15
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Language/LanguageRoot.cs#L18
Non-nullable property 'DeDE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Language/LanguageRoot.cs#L21
Non-nullable property 'EnEN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Language/LanguageRoot.cs#L27
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Theme/ThemeService.cs#L20
Possible null reference return.
|
Build:
Data/Language/LanguageService.cs#L20
Possible null reference return.
|
Build:
Data/Story/StoryRoot.cs#L40
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Data/Story/StoryRoot.cs#L17
Non-nullable property 'TitleEN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading