Restores support for instance-based JSON serializer settings in a non-breaking way #708
Annotations
4 errors and 11 warnings
Run: Compile, Test, Pack
[xUnit.net 00:00:09.88] NSwag.ConsoleCore.Tests.GenerateSampleSpecificationTests.Should_generate_openapi_for_project(projectName: "NSwag.Sample.NET70Minimal", targetFramework: "net7.0", generatesCode: True) [FAIL]
|
Run: Compile, Test, Pack
[xUnit.net 00:00:21.00] NSwag.ConsoleCore.Tests.GenerateSampleSpecificationTests.Should_generate_openapi_for_project(projectName: "NSwag.Sample.NET80Minimal", targetFramework: "net8.0", generatesCode: True) [FAIL]
|
Run: Compile, Test, Pack
Target "Test" has thrown an exception
|
Run: Compile, Test, Pack
Process completed with exit code 255.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run: Compile, Test, Pack
#pragma warning disable 108 // Disable "CS0108 '{derivedDto}.ToJson()' hides inherited member '{dtoBase}.ToJson()'. Use the new keyword if hiding was intended."
|
Run: Compile, Test, Pack
#pragma warning disable 114 // Disable "CS0114 '{derivedDto}.RaisePropertyChanged(String)' hides inherited member 'dtoBase.RaisePropertyChanged(String)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword."
|
Run: Compile, Test, Pack
#pragma warning disable 472 // Disable "CS0472 The result of the expression is always 'false' since a value of type 'Int32' is never equal to 'null' of type 'Int32?'
|
Run: Compile, Test, Pack
#pragma warning disable 612 // Disable "CS0612 '...' is obsolete"
|
Run: Compile, Test, Pack
#pragma warning disable 649 // Disable "CS0649 Field is never assigned to, and will always have its default value null"
|
Run: Compile, Test, Pack
#pragma warning disable 1573 // Disable "CS1573 Parameter '...' has no matching param tag in the XML comment for ...
|
Run: Compile, Test, Pack
#pragma warning disable 1591 // Disable "CS1591 Missing XML comment for publicly visible type or member ..."
|
Run: Compile, Test, Pack
#pragma warning disable 8073 // Disable "CS8073 The result of the expression is always 'false' since a value of type 'T' is never equal to 'null' of type 'T?'"
|
Run: Compile, Test, Pack
#pragma warning disable 3016 // Disable "CS3016 Arrays as attribute arguments is not CLS-compliant"
|
Run: Compile, Test, Pack
#pragma warning disable 8603 // Disable "CS8603 Possible null reference return"
|
Loading