Commit graph

9 commits

Author SHA1 Message Date
Mark Monteiro 151182b9a9 Fix settings in editorconfig file 2020-05-03 16:30:39 -04:00
Andrew Rabert eab35890dc
Merge pull request #862 from EraYaN/abi-check-drone
Add dotnet-compat ABI testing and Debug configuration building to drone-CI
2019-02-18 13:11:06 -05:00
Erwin de Haan db1ebe2559 Static fields prefix 's_' -> '_' 2019-02-14 20:14:29 +01:00
Erwin de Haan dbebc4774f Switched to Roslyn naming rules 2019-02-14 20:06:20 +01:00
Erwin de Haan 30ec203eff Added first test for dotnet-compat ABI testing to drone. 2019-02-10 20:57:31 +01:00
Bond_009 67465c6e10 Fix indentation for xml files 2019-01-16 16:30:01 +01:00
Erwin de Haan ec1f5dc317 Mayor code cleanup
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-10 20:38:53 +01:00
Erwin de Haan a8da00f0a2 Added some generic editorconfig rules. 2019-01-05 12:31:32 +01:00
Erwin de Haan af0451b6ac Added .NET base .editorconfig file.
Changed UTF-8-BOM to UTF-8 from defaults.
2019-01-05 12:31:31 +01:00