Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-09Fix FxCop warning CA1823 (unused fields)Stephen Toub
2019-08-09Fix FxCop warning CA2229 (private deserialization ctor)Stephen Toub
2019-08-09Fix FxCop warning CA1825 (Array.Empty)Stephen Toub
2019-08-09Fix StyleCop warning SA1620 (generic XML comment ordering)Stephen Toub
2019-08-09Fix StyleCop warning SA1617 (void return XML comment)Stephen Toub
2019-08-09Fix StyleCop warning SA1113 (comma position for parameters)Stephen Toub
2019-08-09Fix StyleCop warning SA1206 (modifer ordering)Stephen Toub
2019-08-09Fix StyleCop warning SA1121 (use built-in types)Stephen Toub
2019-08-09Fix StyleCop warning SA1200 (cref prefixes)Stephen Toub
2019-08-09Fix StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines)Stephen Toub
2019-08-09Fix FxCop warning CA1018 (attributes should have AttributeUsage)Stephen Toub
2019-08-09Move CodeAnalysis.ruleset to shared (dotnet/corefx#40153)Stephen Toub
2019-08-09fix minor issuesEgor Bogatov
2019-08-09Catch InvalidCastException properly in Collection (dotnet/coreclr#25953)Jeffrey Zhao
2019-08-09Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-08make DateTime.UtcNow 5% faster to minimize the leap second performance impact...Adam Sitnik
2019-08-08Cleanup ProjectN ifdefs (dotnet/corert#7675)Jan Kotas
2019-08-08Delete PROJECTN ifdefs from Corelib (dotnet/coreclr#26058)Stephen Toub
2019-08-08Improve ArgumentNullExceptions on DiagnosticCounter.DisplayName/Unit (#26035)Sung Yoon Whang
2019-08-07[netcore] Re-enable IsAssignableFrom testRyan Lucia
2019-08-07Remove code moved to shared partitionMarek Safar
2019-08-07Remove some unused locals (dotnet/corefx#39956)Stephen Toub
2019-08-07Fix CounterGroup to use built-in typesStephen Toub
2019-08-07Move AssemblyLoadContext VM-invoked resolve methods to shared (#25989)Aleksey Kliger (λgeek)
2019-08-07Updating Math.Round and MathF.Round to be IEEE compliant so that the intrinsi...Tanner Gooding
2019-08-07Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)John Salem
2019-08-07[netcore] Set flag for processor arch when parsing assembly namesRyan Lucia
2019-08-06[netcore] Update test exclusions to reflect ALC work (#16059)Ryan Lucia
2019-08-03Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941)Stephen Toub
2019-08-03Enable several StyleCopAnalyzers (dotnet/corefx#39921)Stephen Toub
2019-08-03Re-enable CA1823 (unused private fields) (dotnet/corefx#39899)Stephen Toub
2019-08-03Make counters use dedicated thread instead of timer (dotnet/coreclr#25864)Sung Yoon Whang
2019-08-03Eliminate extra time zone conversions in DateTimeOffset (#25658)ts2do
2019-08-03Fix use of AddTo/RemoveFromActiveTasks in async methods (#25911)Stephen Toub
2019-08-03Fix nullability annotations for static (dotnet/coreclr#25913)Stephen Toub
2019-08-03[netcore] Minor fixes around System.Reflection (#15905)Egor Bogatov
2019-08-02[netcore] Fix comments in ALC to use Mono terminology (#15998)Aleksey Kliger (λgeek)
2019-08-02[netcore] Implement referenced assembly resolving and ALC.GetLoadContext (#15...Aleksey Kliger (λgeek)
2019-08-02[netcore] Use mono-netcore to run real world apps using `dotnet run` (#15942)Egor Bogatov
2019-08-02Make System.Private.CoreLib.csproj VS friendly (#15965)Egor Bogatov
2019-08-01[netcore] Minor fixes, fix GetTypeTests.GetType_EmptyString (#15933)Egor Bogatov
2019-08-01[netcore] Add a README. (#15934)Zoltan Varga
2019-08-01[jit] Align float/double Nan/Inf to uint conversion behavior with CoreCLR/LLV...Filip Navara
2019-07-31Cleanup and resynchronize Thread/InternalThread fields. (#15910)Jay Krell
2019-07-31Update CoreFX.issues.rsp (#15870)Filip Navara
2019-07-30[netcore] Replace dl-test-assets.py with msbuild download (#15883)Alexander Köplinger
2019-07-27[netcore] Fix building of nupkg (#15855)Alexander Köplinger
2019-07-26Re-enable CA1802 (use consts instead of readonly statics) (#39782)Stephen Toub
2019-07-26[netcore] Implement AssemblyLoadContext.GetLoadedAssemblies() (#15832)Ryan Lucia
2019-07-26[netcore] Add a missing make dependency.Zoltan Varga