aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2025-09-12Avoid constant arrays as arguments (#14784)Bond-009
2024-12-15Merge remote-tracking branch 'origin/master' into feature/EFUserDataJPVenson
2024-12-09Update .editorconfigTim Eisele
Co-authored-by: Erwin de Haan <1627021+EraYaN@users.noreply.github.com>
2024-12-09CleanupTim Eisele
2024-12-09Migrate rulesets to .editorconfTim Eisele
2024-10-09WIP porting new Repository structureJPVenson
2020-05-03Fix settings in editorconfig fileMark Monteiro
2019-02-18Merge pull request #862 from EraYaN/abi-check-droneAndrew Rabert
Add dotnet-compat ABI testing and Debug configuration building to drone-CI
2019-02-14Static fields prefix 's_' -> '_'Erwin de Haan
2019-02-14Switched to Roslyn naming rulesErwin de Haan
2019-02-10Added first test for dotnet-compat ABI testing to drone.Erwin de Haan
2019-01-16Fix indentation for xml filesBond_009
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-05Added some generic editorconfig rules.Erwin de Haan
2019-01-05Added .NET base .editorconfig file.Erwin de Haan
Changed UTF-8-BOM to UTF-8 from defaults.