Breezy icon indicating copy to clipboard operation
Breezy copied to clipboard

Micro ORM with source generator

Results 2 Breezy issues
Sort by recently updated
recently updated
newest added

So i declare my Entity has nullable property like ```cs [Table("Config")] public class Config { public string Key { get; set; } = string.Empty; // --snifff----// public int? OrganizationId {...

All I did was add the package and it blew up on build. No other steps were taken. I didn't get far. Repro: 1. `dotnet new razor` 2. `dotnet add...