Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Youssef1313
/
PolySharp
Public
forked from
Sergio0694/PolySharp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Nov 21, 2024
Merge pull request #114 from Sergio0694/dev/constant-expected-attribute
Show description for 02753db
Sergio0694
authored
02753db
Copy full SHA for 02753db
Add tests for '[ConstantExpected]' attribute
Sergio0694
committed
cd55412
Copy full SHA for cd55412
Update 'README.md' files
Sergio0694
committed
8ed69f9
Copy full SHA for 8ed69f9
Add 'ConstantExpectedAttribute' type
Sergio0694
committed
b100d4b
Copy full SHA for b100d4b
Commits on Nov 20, 2024
Merge pull request #108 from teo-tsirpanis/net9
Show description for 06e5008
Sergio0694
authored
06e5008
Copy full SHA for 06e5008
Fix a typo in CONTRIBUTING.md
teo-tsirpanis
authored and
Sergio0694
committed
81cedeb
Copy full SHA for 81cedeb
Use .NET 9 SDK, update unit tests
teo-tsirpanis
authored and
Sergio0694
committed
92b7b24
Copy full SHA for 92b7b24
Update README.md files
teo-tsirpanis
authored and
Sergio0694
committed
d9e4541
Copy full SHA for d9e4541
Commits on Nov 19, 2024
Adapt the attributes to the codebase's standards.
teo-tsirpanis
authored and
Sergio0694
committed
b71f56f
Copy full SHA for b71f56f
Copy .NET 9 attribute sources from `dotnet/runtime`.
teo-tsirpanis
authored and
Sergio0694
committed
32ac9c8
Copy full SHA for 32ac9c8
Commits on Nov 15, 2024
Merge pull request #112 from Sergio0694/dev/update-github-actions
Show description for d519f71
Sergio0694
authored
d519f71
Copy full SHA for d519f71
Commits on Nov 12, 2024
Update GitHub Actions to latest stable
Sergio0694
committed
9d280bf
Copy full SHA for 9d280bf
Merge pull request #111 from Sergio0694/dev/update-nuget
Show description for bd2fd88
Sergio0694
authored
bd2fd88
Copy full SHA for bd2fd88
Fix IDE0290 error in test project
Sergio0694
committed
3cdb039
Copy full SHA for 3cdb039
Update NuGet packages to latest stable
Sergio0694
committed
d71b20e
Copy full SHA for d71b20e
Commits on Dec 18, 2023
Merge pull request #91 from piotrstenke/patch-1
Show description for a7a92a9
Sergio0694
authored
a7a92a9
Copy full SHA for a7a92a9
Fix typos in PolyfillsGenerator.cs
Show description for e811138
piotrstenke
authored and
Sergio0694
committed
e811138
Copy full SHA for e811138
Merge pull request #92 from sliekens/bugfix/inline-array-attribute-visibility
Show description for 8759578
Sergio0694
authored
8759578
Copy full SHA for 8759578
Commits on Dec 5, 2023
Fix InlineArrayAttribute visibility
sliekens
committed
15de11d
Copy full SHA for 15de11d
Commits on Nov 22, 2023
Merge pull request #81 from Sergio0694/dev/net8-polyfills
Show description for 2a6e35e
Sergio0694
authored
2a6e35e
Copy full SHA for 2a6e35e
Remove unnecessary [UnmanagedCallersOnly] constructor
Sergio0694
committed
d171c2e
Copy full SHA for d171c2e
Add InlineArrayAttribute polyfill
Sergio0694
committed
c06aad4
Copy full SHA for c06aad4
Add unit tests for new polyfill types
Sergio0694
committed
90c196a
Copy full SHA for 90c196a
Update language version in readme files
Sergio0694
committed
897ed98
Copy full SHA for 897ed98
Add type forwarding test for [RequiresLocation]
Sergio0694
committed
f19ef6c
Copy full SHA for f19ef6c
Add .NET 8 TFM in tests, update dependencies
Sergio0694
committed
de6b8ba
Copy full SHA for de6b8ba
Switch solution to C# 12
Sergio0694
committed
cc6c38e
Copy full SHA for cc6c38e
Add global.json file for .NET 8 SDK
Sergio0694
committed
9b5972c
Copy full SHA for 9b5972c
Add ExperimentalAttribute polyfill
Sergio0694
committed
ddfe9e2
Copy full SHA for ddfe9e2
Add UnsafeAccessorAttribute polyfill
Sergio0694
committed
64a79a7
Copy full SHA for 64a79a7
Add CollectionBuilderAttribute polyfill
Sergio0694
committed
70f095e
Copy full SHA for 70f095e
Add RequiresLocationAttribute polyfill
Sergio0694
committed
2e164a2
Copy full SHA for 2e164a2
Commits on Oct 28, 2023
Merge pull request #83 from sliekens/exclude-codecov
Show description for 2689b7e
Sergio0694
authored
2689b7e
Copy full SHA for 2689b7e
Exclude RequiresAssemblyFilesAttribute from code coverage
sliekens
authored and
Sergio0694
committed
96953b4
Copy full SHA for 96953b4
Merge pull request #87 from Sergio0694/dev/skip-repeated-pr-ci-runs
Show description for 7e367d3
Sergio0694
authored
7e367d3
Copy full SHA for 7e367d3
Pagination
Previous
Next
You can’t perform that action at this time.