diff --git a/src/Microsoft.OpenApi/Exceptions/OpenApiException.cs b/src/Microsoft.OpenApi/Exceptions/OpenApiException.cs index 4d1ca4f62..cc6fc9d46 100644 --- a/src/Microsoft.OpenApi/Exceptions/OpenApiException.cs +++ b/src/Microsoft.OpenApi/Exceptions/OpenApiException.cs @@ -44,7 +44,7 @@ public OpenApiException(string message, Exception innerException) /// JSON Pointer as per https://tools.ietf.org/html/rfc6901 /// If the document fails to parse as JSON/YAML then the fragment will be based on /// a text/plain pointer as defined in https://tools.ietf.org/html/rfc5147 - /// Currently only line= is provided because using char= causes tests to break due to CR/LF & LF differences + /// Currently only line= is provided because using char= causes tests to break due to CR/LF and LF differences /// public string Pointer { get; set; } diff --git a/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj b/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj index 2d02fd992..0a4ed6494 100644 --- a/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj +++ b/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj @@ -261,12 +261,7 @@ - - - - - - + PreserveNewest