-
-
Notifications
You must be signed in to change notification settings - Fork 63
Add comprehensive CultureInsensitiveTypeAttribute documentation #922
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
Conversation
Co-authored-by: meziantou <[email protected]>
|
@copilot Can you add a new file to fully document the attribute, and add a mention to it in all rules using this attribute? |
Co-authored-by: meziantou <[email protected]>
Done! I've created a comprehensive documentation file at |
Co-authored-by: meziantou <[email protected]>
Co-authored-by: meziantou <[email protected]>
Co-authored-by: meziantou <[email protected]>
Updated [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.249 to 2.0.253. <details> <summary>Release notes</summary> _Sourced from [Meziantou.Analyzer's releases](https://github.com/meziantou/Meziantou.Analyzer/releases)._ ## 2.0.253 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/2.0.253> **Full Changelog**: meziantou/Meziantou.Analyzer@2.0.252...2.0.253 ## 2.0.252 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/2.0.252> ## What's Changed * Updated `NamedParameterAnalyzer` to handle language version checks for C# 14 by @meziantou in meziantou/Meziantou.Analyzer#925 **Full Changelog**: meziantou/Meziantou.Analyzer@2.0.251...2.0.252 ## 2.0.251 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/2.0.251> ## What's Changed * Add comprehensive CultureInsensitiveTypeAttribute documentation by @Copilot in meziantou/Meziantou.Analyzer#922 * Update to .NET 10 by @meziantou in meziantou/Meziantou.Analyzer#924 **Full Changelog**: meziantou/Meziantou.Analyzer@2.0.250...2.0.251 ## 2.0.250 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/2.0.250> ## What's Changed * MA0011: Skip diagnostic for culture-invariant interpolated strings by @Copilot in meziantou/Meziantou.Analyzer#919 **Full Changelog**: meziantou/Meziantou.Analyzer@2.0.249...2.0.250 Commits viewable in [compare view](meziantou/Meziantou.Analyzer@2.0.249...2.0.253). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.