use docker compose #42
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration/csharp/Author.cs#L10
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Author.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Author.cs#L14
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Author.cs#L16
Non-nullable property 'Locations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Author.cs#L18
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Web.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/Web.cs#L12
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/News.cs#L11
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/News.cs#L13
Non-nullable property 'InlineConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
integration/csharp/News.cs#L15
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading