aboutsummaryrefslogtreecommitdiff
path: root/Directory.Build.props
AgeCommit message (Collapse)Author
2025-09-16Fix sync disposal of async-created IAsyncDisposable objects (#14755)evan314159
2024-12-09Migrate rulesets to .editorconfTim Eisele
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2022-11-30Fix CI (#8824)Bond-009
2022-11-27Add stylecop.json fileBond_009
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2021-12-24Update StyleCopBond_009
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>