Fix how we handle fetching a project on the view page (#229) #274
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Rust (Stable)
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/
|
Install Rust (Stable)
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/
|
Install Rust (Stable)
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/
|
Install Rust (Stable)
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/
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L34
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L35
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L36
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L37
Non-nullable property 'ImageRuntimeVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L38
Non-nullable property 'EntryPoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L15
Possible null reference assignment.
|
Publish:
src/Angor/Shared/Utilities/AssemblyInfoHelper.cs#L17
Possible null reference assignment.
|
Publish:
src/Angor/Shared/Services/SignService.cs#L46
Nullability of reference types in value of type '(DateTime Value, string? Id)' doesn't match target type '(DateTime, string)'.
|
Publish:
src/Angor/Shared/Services/SignService.cs#L57
Dereference of a possibly null reference.
|
Loading