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-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-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-02Make System.Private.CoreLib.csproj VS friendly (#15965)Egor Bogatov
2019-08-01[netcore] Minor fixes, fix GetTypeTests.GetType_EmptyString (#15933)Egor Bogatov
2019-07-31Cleanup and resynchronize Thread/InternalThread fields. (#15910)Jay Krell
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-24Re-enable CA1825 (zero-length array allocations) (dotnet/corefx#39708)Stephen Toub
2019-07-24[sre] Make creation of dynamic method synchronizedVlad Brezae
2019-07-24[netcore] Allow different enums as return type in CreateDelega… (#15787)Egor Bogatov
2019-07-24Fix build break in TimerQueue.Portable.csJan Kotas
2019-07-24Fix first value of counter payload being skewed (dotnet/coreclr#25739)Sung Yoon Whang
2019-07-24Make all event types nullable (dotnet/coreclr#25752)Stephen Toub
2019-07-24Remove now unnecessary !s / TODO-NULLABLE comments (dotnet/coreclr#25749)Stephen Toub
2019-07-24Fix nullability warnings from compiler updateSantiago Fernandez Madero
2019-07-24Delete unnecessary method (dotnet/coreclr#25661)Jan Kotas
2019-07-24Disable debugger evaluation of ValueTask<T>.Result (dotnet/coreclr#25727)Stephen Toub