Skip to content
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

Enable Microsoft.CodeAnalysis.NetAnalyzers #201

Merged
merged 8 commits into from
Oct 24, 2024
Merged

Conversation

FreeAndNil
Copy link
Contributor

activated Microsoft.CodeAnalysis.NetAnalyzers and fixed Warnings

@FreeAndNil FreeAndNil added this to the 3.0.3 milestone Oct 23, 2024
@FreeAndNil FreeAndNil requested a review from fluffynuts October 23, 2024 11:49
Copy link
Contributor

@fluffynuts fluffynuts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@FreeAndNil FreeAndNil merged commit f320793 into master Oct 24, 2024
@FreeAndNil FreeAndNil deleted the Feature/NetAnalyzers branch October 24, 2024 07:07
@@ -217,7 +211,7 @@ public IObjectRenderer Get(Type type)
/// <summary>
/// Gets the default renderer instance
/// </summary>
public IObjectRenderer DefaultRenderer => _sDefaultRenderer;
public static IObjectRenderer DefaultRenderer { get; } = new DefaultRenderer();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For record: this change in public API broke log4net 3.0.3 for log4net.Ext.Json 3.0.1.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason for #211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants