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
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
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
10
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Review c# 8 features
- #123
#123
Merged
bjornhellander
merged 19 commits into
master
bjornhellander/NewStyleCopAnalyzers:master
from
feature/cs8
bjornhellander/NewStyleCopAnalyzers:feature/cs8
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Review c# 8 features
#123
bjornhellander
merged 19 commits into
master
bjornhellander/NewStyleCopAnalyzers:master
from
feature/cs8
bjornhellander/NewStyleCopAnalyzers:feature/cs8
Copy head branch name to clipboard
Commits
Commits on Aug 30, 2026
Add review file for c# 8
Show description for 49c7160
bjornhellander
committed
49c7160
View commit details
Copy full SHA for 49c7160
Browse repository at this point
Remove 'disposable ref structs' from the review file
Show description for aa12101
bjornhellander
committed
aa12101
View commit details
Copy full SHA for aa12101
Browse repository at this point
Handle c# 8 'unmanaged constructed types'
Show description for bca510f
bjornhellander
committed
bca510f
View commit details
Copy full SHA for bca510f
Browse repository at this point
Handle c# 8 'interpolated verbatim strings'
Show description for 8165373
bjornhellander
committed
8165373
View commit details
Copy full SHA for 8165373
Browse repository at this point
Handle c# 8 'null-coalescing assignment'
Show description for 17854a2
bjornhellander
committed
17854a2
View commit details
Copy full SHA for 17854a2
Browse repository at this point
Handle c# 8 'stackalloc in nested expressions'
Show description for 75b3431
bjornhellander
committed
75b3431
View commit details
Copy full SHA for 75b3431
Browse repository at this point
Handle c#8 '#nullable directives'
Show description for bfa40b2
bjornhellander
committed
bfa40b2
View commit details
Copy full SHA for bfa40b2
Browse repository at this point
Handle c# 8 'positional and property patterns'
Show description for 4c6a564
bjornhellander
committed
4c6a564
View commit details
Copy full SHA for 4c6a564
Browse repository at this point
Handle c# 8 'readonly instance members'
Show description for 74a3ea5
bjornhellander
committed
74a3ea5
View commit details
Copy full SHA for 74a3ea5
Browse repository at this point
Update SA1122 to trigger on all kinds of empty string literals
Show description for 5ec345e
bjornhellander
committed
5ec345e
View commit details
Copy full SHA for 5ec345e
Browse repository at this point
Handle c# 8 'await using and using declarations'
Show description for b5a5a25
bjornhellander
committed
b5a5a25
View commit details
Copy full SHA for b5a5a25
Browse repository at this point
Handle c# 8 'async foreach'
Show description for 0b5ee9f
bjornhellander
committed
0b5ee9f
View commit details
Copy full SHA for 0b5ee9f
Browse repository at this point
Commits on Sep 7, 2026
Handle c# 8 'default interface members'
Show description for 1c65c43
bjornhellander
committed
1c65c43
View commit details
Copy full SHA for 1c65c43
Browse repository at this point
Handle c# 8 'static local functions'
Show description for ef22429
bjornhellander
committed
ef22429
View commit details
Copy full SHA for ef22429
Browse repository at this point
Handle c# 8 'indices and ranges'
Show description for 5aeaf56
bjornhellander
committed
5aeaf56
View commit details
Copy full SHA for 5aeaf56
Browse repository at this point
Handle c# 8 'switch expressions'
Show description for 5344679
bjornhellander
committed
5344679
View commit details
Copy full SHA for 5344679
Browse repository at this point
Update some analyzers to also handle positional patterns
Show description for eef8026
bjornhellander
committed
eef8026
View commit details
Copy full SHA for eef8026
Browse repository at this point
Remove unnecessary text in comments
Show description for 1342132
bjornhellander
committed
1342132
View commit details
Copy full SHA for 1342132
Browse repository at this point
Commits on Sep 8, 2026
Improve SA1600 test
Show description for 618413f
bjornhellander
committed
618413f
View commit details
Copy full SHA for 618413f
Browse repository at this point
You can’t perform that action at this time.