-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new console format starting with v5.1.225507 #206
Labels
enhancement
New feature or request
Comments
Current proposed regex: /^\s*(.*)\((\d+),(\d+)\):\s+(.*)\s+(.*):\s+(.*)\s+\[(.*)\]$/gm |
Histalek
added a commit
to TTTReborn/tttreborn
that referenced
this issue
Jun 24, 2021
Use an older version of dotnet-format because the newer version shows absolute paths which breaks the 'dotnet-format-problem-matcher'. [1] Also move the dummy .csproj file to the root of the repo so that annotations will be created. [2] [1] xt0rted/dotnet-format-problem-matcher#206 [2] xt0rted/dotnet-format-problem-matcher#91
Histalek
added a commit
to TTTReborn/tttreborn
that referenced
this issue
Jun 24, 2021
Use an older version of dotnet-format because the newer version shows absolute paths which breaks the 'dotnet-format-problem-matcher'. [1] Also move the dummy .csproj file to the root of the repo so that annotations will be created. [2] [1] xt0rted/dotnet-format-problem-matcher#206 [2] xt0rted/dotnet-format-problem-matcher#91
Histalek
added a commit
to TTTReborn/tttreborn
that referenced
this issue
Jun 24, 2021
* Setup dotnet CI * editorconfig: Add space after cast * Downgrade dotnet-format and move .csproj Use an older version of dotnet-format because the newer version shows absolute paths which breaks the 'dotnet-format-problem-matcher'. [1] Also move the dummy .csproj file to the root of the repo so that annotations will be created. [2] [1] xt0rted/dotnet-format-problem-matcher#206 [2] xt0rted/dotnet-format-problem-matcher#91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v5.1.225507 the Diagnostic Id and error/warning level was added to the report & console output, as well as fully qualified file paths. These changes break the regex currently being used.
The text was updated successfully, but these errors were encountered: