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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23Enable CA1052 (static holder types should be static) (#50047)Stephen Toub
* Enable CA1052 (static holder types should be static) * Fix a few additional warnings in 'all configurations'
2021-01-19Remove extra space (#47166)Youssef Victor
2020-10-17Make more suitable SPC instance methods static (#43280)Marek Safar
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-09-24Add IDE warnings to code analysis ruleset (#42566)Stephen Toub
- Add all IDEXXXX warnings to ruleset, but as hidden for now - Enable IDE0073: file header mismatch
2020-07-22CI Integration for Cross OS DAC (#39574)Juan Hoyos
* Transfer assets from Cross OS DAC builds into a pipeline container * Preserve additional properties in subsets' projects * Add packaging projects for Cross OS Dac assets * Pipeline change to package, sign, and publish the cross OS DAC
2020-07-09Fix remaining license headers (#38953)Stephen Toub
* Fix license in remainder of .cs files * Fix license header in .vb files * Fix license header in .py files * Fix license headers in .c, .cpp, .h * Fix licensing on .dat files * Fix license header in generators * Fix license headers in .asm * Fix license headers in .xml * Fix remainder of license headers * Add license default to .editorconfig * Add some missing headers * Fix Doundation to Foundation in some license headers * Add missing license headers under libraries
2020-07-02Turn on argument exception analyzer on runtime, fix warnings found (#38578)buyaa-n
* Turn on argument exception analyzer on runtime, fix failures found
2020-06-15.editorconfig: replace invalid `refactoring` severity (#37367)xtqqczze
Valid severity levels are: `error`, `warning`, `suggestion`, `silent`, `none` https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-language-conventions?view=vs-2019#severity-levels
2020-05-15Fix argument exception warnings on runtime (#35717)buyaa-n
* Fix argument exception warnings on runtime * Apply feedback * Addressing feedback and test fix * Fix test failures * Fix tests for NetFx run * Fix suppressed warning for socket.SendAsyn(e) and fix corresponding tests * Applied feedback
2020-04-30Set charset in editorconfig for .csproj (#35634)Eric Erhardt
* Add editorconfig charset for csproj files. This stops VS from inserting a BOM in these files. * Removing BOM from .csproj files.
2020-01-07Add vbproj to .editorconfig (#1354)Youssef Victor
2019-11-14Initial runtime repository structuredotnet-bot