Represents the NuGet versions.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Upgrade: Upgraded the projects to .NET Core 3.1 and amended for any other Beef required changes.
- Added: Introduced nullable reference types: https://devblogs.microsoft.com/dotnet/embracing-nullable-reference-types/
- Fixed: The database project had an incorrect reference to
Beef.Database.Core
. The Delete test now correctly checks for theDelete
event as it is considered idempotent.
- Enhancement: Update the sample to include a
POST
operation including corresponding tests.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed: Updated referenced Beef NuGet references to latest.
- Fixed:
ExpectValidationException.Run
renamed toExpectValidationException.Throws
to correct example Test code.
- Fixed: Updated referenced Beef NuGet references to latest.
- Enhancement: Added
PersonValidator
andPersonTest
for end-to-end example.
- Enhancement: Added new
--datasource
parameter. Choices areDatabase
(default),EntityFramework
,Cosmos
orNone
.
- New: Initial publish to GitHub.