chors: test jenkins webhook #11
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, 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 with dotnet:
NotaionWebApp/Notaion/Migrations/20240726014010_identity.cs#L9
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build with dotnet:
NotaionWebApp/Notaion/Migrations/20240726014010_identity.Designer.cs#L16
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build with dotnet:
NotaionWebApp/Notaion/Configurations/CloudinarySetting.cs#L5
Non-nullable property 'CloudName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Configurations/CloudinarySetting.cs#L6
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Configurations/CloudinarySetting.cs#L7
Non-nullable property 'ApiSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Program.cs#L123
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build with dotnet:
NotaionWebApp/Notaion/Entities/Page.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Entities/Item.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Entities/ChatPrivate.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
NotaionWebApp/Notaion/Entities/Chat.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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