Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bjornhellander
/
NewStyleCopAnalyzers
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
11
Code
Issues
13
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Misc fixes
- #3
#3
Merged
bjornhellander
merged 16 commits into
master
bjornhellander/NewStyleCopAnalyzers:master
from
feature/misc-fixes
bjornhellander/NewStyleCopAnalyzers:feature/misc-fixes
Copy head branch name to clipboard
Jul 29, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Misc fixes
#3
bjornhellander
merged 16 commits into
master
bjornhellander/NewStyleCopAnalyzers:master
from
feature/misc-fixes
bjornhellander/NewStyleCopAnalyzers:feature/misc-fixes
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2025
Update the code analysis nuget in the c# 13 test project to the official 4.12.0 version
bjornhellander
committed
350dc8c
View commit details
Copy full SHA for 350dc8c
Browse repository at this point
Updated SettingsHelper to not throw exception if the settings file can not be read
Show description for 02a6eda
bjornhellander
committed
02a6eda
View commit details
Copy full SHA for 02a6eda
Browse repository at this point
Updated SA1008OpeningParenthesisMustBeSpacedCorrectly to disallow a leading space before a lambda in a collection expression
Show description for 0f1b8b5
bjornhellander
committed
0f1b8b5
View commit details
Copy full SHA for 0f1b8b5
Browse repository at this point
Update SA1008 to require a space before the opening parenthesis if it's the left operand of a range expression. Also add test for SA1008 in collection expression.
Show description for 92c0fa8
bjornhellander
committed
92c0fa8
View commit details
Copy full SHA for 92c0fa8
Browse repository at this point
Update SA1135UsingDirectivesMustBeQualified to not crash on a UsingDirectiveSyntax without a Name (c# 12's "alias any type")
Show description for 1fbff5a
bjornhellander
committed
1fbff5a
View commit details
Copy full SHA for 1fbff5a
Browse repository at this point
Update PropertySummaryDocumentationAnalyzer to bail out earlier if the current node is not an XmlElementSyntax
bjornhellander
committed
be5fd28
View commit details
Copy full SHA for be5fd28
Browse repository at this point
Update PropertySummaryDocumentationAnalyzer (SA1623 and SA1624) to ignore summary tags containing an inheritdoc tag
Show description for a1e4eef
bjornhellander
committed
a1e4eef
View commit details
Copy full SHA for a1e4eef
Browse repository at this point
Remove need for string allocation in SA1316TupleElementNamesShouldUseCorrectCasing unless a diagnostic will be issued
bjornhellander
committed
851e9c9
View commit details
Copy full SHA for 851e9c9
Browse repository at this point
Update SA1316 to not trigger in tuple types which are part of a member's signature, if that member is an override or implements an interface
Show description for 120adee
bjornhellander
committed
120adee
View commit details
Copy full SHA for 120adee
Browse repository at this point
Update SA1121 and SA1404 to detect global using aliases
Show description for 6f60199
bjornhellander
committed
6f60199
View commit details
Copy full SHA for 6f60199
Browse repository at this point
Fixes after cherry-pick
bjornhellander
committed
d552ea1
View commit details
Copy full SHA for d552ea1
Browse repository at this point
Update SA1649CodeFixProvider to first remove the file in other projects which reference the same file before adding them there (to not end up with two identical files in those projects) and also to…
Show description for d144376
bjornhellander
committed
d144376
View commit details
Copy full SHA for d144376
Browse repository at this point
Created new release 1.0.0-alpha.1
bjornhellander
committed
527d9a6
View commit details
Copy full SHA for 527d9a6
Browse repository at this point
Added default push source in NuGet.config
bjornhellander
committed
59187c6
View commit details
Copy full SHA for 59187c6
Browse repository at this point
Commits on Jul 26, 2025
Created new release 1.0.0
bjornhellander
committed
1af6599
View commit details
Copy full SHA for 1af6599
Browse repository at this point
Updated the readme slightly
bjornhellander
committed
8454890
View commit details
Copy full SHA for 8454890
Browse repository at this point
You can’t perform that action at this time.