Add files via upload #17
Annotations
12 warnings
Build with dotnet:
meetit/Program.cs#L7
The variable 'MyAllowSpecificOrigins' is assigned but its value is never used
|
Build with dotnet:
meetit/Controllers/UserController.cs#L35
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/UserController.cs#L68
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/PointController.cs#L18
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/PointController.cs#L46
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/TrackController.cs#L19
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/UserController.cs#L234
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/UserController.cs#L236
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/UserController.cs#L237
Dereference of a possibly null reference.
|
Build with dotnet:
meetit/Controllers/UserController.cs#L260
Converting null literal or possible null value to non-nullable type.
|
dotnet publish
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.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading