IDE0055 triggered incorrectly with UNIX only line ending #55526
Open
Description
Version Used:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Roslyn\csc.exe"
Microsoft (R) Visual C# Compiler version 3.10.0-4.21269.26 (0298477)
Copyright (C) Microsoft Corporation. All rights reserved.
Steps to Reproduce:
This constantly popup during my project build. The fix is to change from UNIX "0x0a" to DOS "0x0d 0x0a" on that specific line only.
NLogLoggerGeneric.cs(8,50): error IDE0055: Fix formatting