CI Github Pages change folder #2
Annotations
11 warnings
build
Unexpected input(s) 'GITHUB_TOKEN', 'SINGLE_COMMIT', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L40
Cannot convert null literal to non-nullable reference type.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L15
Non-nullable property 'Chars' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L18
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L21
Non-nullable property 'SubGroup' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L24
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L27
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Entities/EmojiItem.cs#L30
Non-nullable property 'ShortName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorEmojiSearch.Client/Code/StringExtensions.cs#L30
Possible null reference argument for parameter 'source' in 'bool Enumerable.Contains<string>(IEnumerable<string> source, string value)'.
|
build:
src/BlazorEmojiSearch.Client/Code/StringExtensions.cs#L44
Dereference of a possibly null reference.
|
build:
src/BlazorEmojiSearch.Client/Components/EmojiSearch.razor#L72
Possible null reference assignment.
|