Official first release #4
Annotations
10 warnings
|
build (linux-x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build (linux-x64):
NoteD/Program.cs#L220
Dereference of a possibly null reference.
|
|
build (linux-x64):
NoteD/Program.cs#L141
Dereference of a possibly null reference.
|
|
build (linux-x64):
NoteD/Program.cs#L98
Possible null reference argument for parameter 'item' in 'void Collection<string>.Add(string item)'.
|
|
build (linux-x64)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
|
build (win-x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build (win-x64):
NoteD/Program.cs#L220
Dereference of a possibly null reference.
|
|
build (win-x64):
NoteD/Program.cs#L141
Dereference of a possibly null reference.
|
|
build (win-x64):
NoteD/Program.cs#L98
Possible null reference argument for parameter 'item' in 'void Collection<string>.Add(string item)'.
|
|
build (win-x64)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|