Forsøg med implementering af Swagger i release, oprydning i Program.c… #10
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
DB-AngoraLib/Services/SignInService/SigninServices.cs#L165
Cannot convert null literal to non-nullable reference type.
|
Build:
DB-AngoraLib/Services/SignInService/ISigninService.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Build:
DB-AngoraLib/Services/SignInService/SigninServices.cs#L165
Cannot convert null literal to non-nullable reference type.
|
Build:
DB-AngoraLib/Services/SignInService/ISigninService.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Build:
DB-AngoraLib/Services/PhotoService/PhotoServices.cs#L7
Non-nullable field '_photoRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
DB-AngoraLib/Models/Address.cs#L21
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DB-AngoraLib/Models/Address.cs#L21
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DB-AngoraLib/Models/Address.cs#L21
Non-nullable property 'StreetNameAndNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DB-AngoraLib/Models/Address.cs#L21
Non-nullable property 'ZipCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DB-AngoraLib/Models/Address.cs#L21
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
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