gatecrasher63

Results 4 issues of gatecrasher63

HasDefaultValueSql is doing something I can't explain I have a simple class ``` public partial class ApplicantAddress { public ApplicantAddress() { Applicant = new HashSet(); } public int AddressId {...

area-change-tracking
area-model-building

This is the normal syntax app.UseCsp(builder => { builder.ByDefaultAllow .FromSelf(); }); I need to be more flexible. How would I do this? var cspBuilder = new Joonasw.AspNetCore.SecurityHeaders.Csp.Builder.CspBuilder(); cspBuilder.ByDefaultAllow.FromSelf(); if (cConfig.HashList...

I want to configure the Sink in Config ``` "Serilog": { "MinimumLevel": { "Default": "Debug", //Fatal, Error, Warning, Information, Debug, Verbose. "Override": { "System": "Information", "Microsoft": "Information", "Microsoft.AspNetCore.Authentication": "Information" }...