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
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 }}
robertpi
/
mono
Public
forked from
mono/mono
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2014
Merge pull request #1178 from dougrathbone/master
Show description for cb34d86
marek-safar
committed
cb34d86
View commit details
Copy full SHA for cb34d86
Browse repository at this point
Fix 91b224d0042f59c4a00dd387f2a589c6ef35d12f.
vargaz
committed
768bd9b
View commit details
Copy full SHA for 768bd9b
Browse repository at this point
[bcl] Disable some tests which are expected to fail in mt.
vargaz
committed
91b224d
View commit details
Copy full SHA for 91b224d
Browse repository at this point
[jit] Use alias information to eliminate explicit null checks. Fixes #21645.
kumpera
committed
e8a721a
View commit details
Copy full SHA for e8a721a
Browse repository at this point
[jit] Handle second order aliases. Based on patch by Vlad Brezae.
Show description for b6f9dff
kumpera
committed
b6f9dff
View commit details
Copy full SHA for b6f9dff
Browse repository at this point
[runtime] Initialize fields in MonoField:GetFieldOffset () if needed. Fixes part of #21604.
vargaz
committed
d0d9b57
View commit details
Copy full SHA for d0d9b57
Browse repository at this point
Commits on Jul 27, 2014
[runtime] Properly handle rethrow outside of catch blocks. Fixes #20412
Show description for 9d8be3d
kumpera
committed
9d8be3d
View commit details
Copy full SHA for 9d8be3d
Browse repository at this point
Fixing bug caused by Dispose failing because the `Initialize` method threw a `CryptographicException` before the private variables `m_p, m_G, m_X` could be set.
dougrathbone
committed
bade84a
View commit details
Copy full SHA for bade84a
Browse repository at this point
Commits on Jul 25, 2014
Merge pull request #1176 from RyanMelenaNoesis/patch-1
Show description for 91c346a
marek-safar
committed
91c346a
View commit details
Copy full SHA for 91c346a
Browse repository at this point
Implement missing constructor
Show description for dbe8dbd
RyanMelenaNoesis
committed
dbe8dbd
View commit details
Copy full SHA for dbe8dbd
Browse repository at this point
Commits on Jul 24, 2014
[http]: Correctly handle partial chunk sizes; fixes #20583.
Martin Baulig
committed
288489d
View commit details
Copy full SHA for 288489d
Browse repository at this point
Use Android-specific code to get the current system time zone
grendello
committed
6034d4a
View commit details
Copy full SHA for 6034d4a
Browse repository at this point
[System.ComponentModel.Composition] Remove ReadOnlyDictionary. It's not used in 4.5 profile (it implements different interfaces compare to public ReadOnlyDictionary anyway)
marek-safar
committed
056a487
View commit details
Copy full SHA for 056a487
Browse repository at this point
[mcs] Implements expression bodied members
marek-safar
committed
9a53dd4
View commit details
Copy full SHA for 9a53dd4
Browse repository at this point
Commits on Jul 23, 2014
[runtime] Disable runtime unit tests on linux, because it cannot be linked due to circular dependencies between libraries. Fixes #21520.
vargaz
committed
120d194
View commit details
Copy full SHA for 120d194
Browse repository at this point
[mcs] Better betterness for ambiguous lambda expressions
marek-safar
committed
c52d085
View commit details
Copy full SHA for c52d085
Browse repository at this point
Merge pull request #1174 from rhapsodyn/patch-1
Show description for a69cc77
vargaz
committed
a69cc77
View commit details
Copy full SHA for a69cc77
Browse repository at this point
fix a typo in comment
rhapsodyn
committed
8af2417
View commit details
Copy full SHA for 8af2417
Browse repository at this point
[corlib] Allow reading serialized delegate format from pre 2.0 era
marek-safar
committed
408e394
View commit details
Copy full SHA for 408e394
Browse repository at this point
Update test binary data
marek-safar
committed
cf4f10e
View commit details
Copy full SHA for cf4f10e
Browse repository at this point
Add extra test for 027ff81512497d7d33e0b710509de1384f590308
marek-safar
committed
b0246f0
View commit details
Copy full SHA for b0246f0
Browse repository at this point
Commits on Jul 22, 2014
[corlib] Fix multicast delegates serialization to handle curried delegates and more than 1 subscriber
marek-safar
committed
027ff81
View commit details
Copy full SHA for 027ff81
Browse repository at this point
[mcs] Pickup params modifier from base member for overload verification as well
marek-safar
committed
1d6529d
View commit details
Copy full SHA for 1d6529d
Browse repository at this point
[mcs] Use closed delegate over static generated methods from anonymous methods
marek-safar
committed
7edcd42
View commit details
Copy full SHA for 7edcd42
Browse repository at this point
[mcs] Effective base class can include inherited types. Fixes #21390
marek-safar
committed
6e150f6
View commit details
Copy full SHA for 6e150f6
Browse repository at this point
[mcs] Handle duplicate resume point registration. Fixes #21387
marek-safar
committed
71bd92e
View commit details
Copy full SHA for 71bd92e
Browse repository at this point
Disable a few tests that don't compile without SRE.
rolfbjarne
committed
2afbbed
View commit details
Copy full SHA for 2afbbed
Browse repository at this point
Fixes broken test
marek-safar
committed
30913d3
View commit details
Copy full SHA for 30913d3
Browse repository at this point
Commits on Jul 21, 2014
[corlib] Add regression test for #21388.
kumpera
committed
04c3d5d
View commit details
Copy full SHA for 04c3d5d
Browse repository at this point
[runtime] When parsing a method header, ensure we pass any available generic context. Fixes #21388.
Show description for 1994095
kumpera
committed
1994095
View commit details
Copy full SHA for 1994095
Browse repository at this point
[corlib] Fix regression in Delegate::Equal found by gtest-etree-01.
kumpera
committed
9b4293c
View commit details
Copy full SHA for 9b4293c
Browse repository at this point
[jit] Fix the DISABLE_JIT build.
vargaz
committed
2d3d178
View commit details
Copy full SHA for 2d3d178
Browse repository at this point
[corlib] Tweak Dictionary initial capacity to be more conservative. Fixes #21375
marek-safar
committed
fa19bfd
View commit details
Copy full SHA for fa19bfd
Browse repository at this point
Merge pull request #1173 from Serguzest/upstream
Show description for 3dfffa8
marek-safar
committed
3dfffa8
View commit details
Copy full SHA for 3dfffa8
Browse repository at this point
wrong behaviour in ClaimsIdentity's constructor
Show description for 62569f1
afarmerdev
authored and
root
committed
62569f1
View commit details
Copy full SHA for 62569f1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.