Skip to content

Releases: lkurzyniec/netcore-boilerplate

Architectural tests

11 Apr 07:35
b71e894
Compare
Choose a tag to compare
  • added Architectural tests
  • removed Load tests (NBomber)

Migrated to .NET 7

22 Jan 22:26
75a6d4c
Compare
Choose a tag to compare
  • migrated to .NET 7
  • upgraded all dependencies
  • fixed docker-compose

Moved from ApprovalTests.Net to Verify

02 Jul 15:33
ab98959
Compare
Choose a tag to compare

Due to This project is not being actively maintained I moved to Verify.
More details here: https://github.com/VerifyTests/Verify

Added ApprovalTests

02 Jul 13:35
dc5c450
Compare
Choose a tag to compare

Added Microsoft.VisualStudio.Threading.Analyzers package

19 Apr 12:58
Compare
Choose a tag to compare

Added Microsoft.VisualStudio.Threading.Analyzers package to track potential async/await code smells. Plus code adjustments/fixes according to package warnings.

Migrated to .NET 6

03 Apr 09:18
b89d25b
Compare
Choose a tag to compare
upgrade to dotnet6 (#20)

* upgrade dotnet targets

* nuget packages upgrade

* adjustments after migration

* upgrade of Moq

* update of readme

* fixed github workflow

* added action to build docker image

* fixed dockerfile

Added FluentAssertions and AutoFixture

08 Apr 22:02
Compare
Choose a tag to compare

changes around Unit Tests: