fix: Added workaround to bypass spec error in mistral spec. #267
Annotations
1 warning
Generate code:
src/libs/AutoSDK/Extensions/OpenApiExtensions.cs#L27
Method 'OpenApiDocument OpenApiExtensions.GetOpenApiDocument(string yamlOrJson, CancellationToken cancellationToken = default(CancellationToken))' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Microsoft.OpenAPI currently doesn't support OpenAPI 3.1.0. Converting to OpenAPI 3.0.3. It may not work correctly.". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
Loading