-
Notifications
You must be signed in to change notification settings - Fork 789
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
Bring parity to dotnet extensions logging generator behavior #5370
Conversation
…traction behavior
test/Generators/Microsoft.Gen.Logging/Generated/Microsoft.Gen.Logging.Generated.Tests.csproj
Outdated
Show resolved
Hide resolved
…th base logging generator
use Roslyn 4.4 libs again
test/Generators/Microsoft.Gen.Logging/TestClasses/NonStaticTestClasses.cs
Outdated
Show resolved
Hide resolved
test/Analyzers/Microsoft.Analyzers.Extra.Tests/Resources/RoslynTestUtils.cs
Show resolved
Hide resolved
test/Analyzers/Microsoft.Analyzers.Local.Tests/Resources/RoslynTestUtils.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few more minor comments in addition to few outstanding comments (not sure if you addressed those and forgot to push... ¯\_(ツ)_/¯).
The final comments are being addressed while bringing the code coverage back up to meet the threshold. |
I'm going to review either tomorrow or early next week. |
Thanks for everything @RussKie |
/// </summary> | ||
/// <remarks> The search skips any sequences of {{ or }}.</remarks> | ||
/// <example>{{prefix{{{Argument}}}suffix}}.</example> | ||
/// <returns>The zero-based index position of the first occurrence of the searched brace; -1 if the searched brace was not found; -2 if the wrong brace was found.</returns> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <returns>The zero-based index position of the first occurrence of the searched brace; -1 if the searched brace was not found; -2 if the wrong brace was found.</returns> | |
/// <returns>The zero-based index position of the first occurrence of the searched brace; <see cref="NoBracesFound"/> if the searched brace was not found; <see cref="WrongBraceFound"/> if the wrong brace was found.</returns> |
@dariusclay feel free to squash-merge when you're ready. |
Fixes #5221
Fixes #5332
Fixes #5336
Resolves #5178
Microsoft Reviewers: Open in CodeFlow