Commit graph

9 commits

Author SHA1 Message Date
Duende Bot
50f1a072b3 Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
Duende Bot
3e811895ec Publish - 2026-03-16 22:06:27 UTC 2026-03-16 22:08:02 +00:00
Damian Hickey
28d46123ad Normalise line endings 2026-02-17 11:45:26 +01:00
Damian Hickey
fffd5d4274 Update ShouldlyExtensions.csproj to net10.0 2026-02-17 10:57:13 +01:00
Joe DeCock
4ebdcac114 Disable some unnecessary NuGet packaging
Set IsPackable to false for Aspire ServiceDefaults and
shared/ShouldlyExtensions.
2025-07-02 13:16:56 -05:00
Joe DeCock
3961716315 Require newlines at end of file
Also enforce this with dotnet format.
2025-03-05 22:26:44 -06:00
Joe DeCock
b83592d16b Use utf-8 charset
This sets the charset in editorconfig to utf-8. Previously, there was a mixture of file encodings with some including a BOM (byte order mark) and some not. Most tools will not show the BOM, and so the diff of this commit may appear mostly empty. All the files in the diff, apart from .editorconfig, simply had the BOM removed.
2025-03-05 22:17:44 -06:00
Joe DeCock
348cbd73dd Add missing copyright headers globally 2025-03-01 18:55:40 +00:00
Damian Hickey
1274511649
Replaces FluentAssertions with Shouldly (#1768)
* Replace FluentAssertions with Shouldly

---------

Co-authored-by: Brett Hazen <2651260+bhazen@users.noreply.github.com>
2025-02-11 09:11:29 -06:00