Entities: Use 'required' and '= null!' to get rid of warnings
This commit is contained in:
@ -29,6 +29,8 @@ namespace Tests.HelperTests {
|
||||
AvNr = 1,
|
||||
Name = "Endauszahlung",
|
||||
TransferDate = new DateOnly(2021, 6, 15),
|
||||
Data = "",
|
||||
DateString = "2021-01-31",
|
||||
};
|
||||
using var ctx = new AppDbContext();
|
||||
var members = ctx.Members.ToList();
|
||||
|
Reference in New Issue
Block a user