Bemjamin Quintino

Results 7 comments of Bemjamin Quintino

Just create manually the tables or you can create a configuration files to override the default table configuration like: public class CustomTraceAuditLogConfiguration : EntityTypeConfiguration { public TraceAuditLogConfiguration() { ToTable("YOURTABLE") .HasKey(e...

Can you show your dbcontext class? I did this at work and it is working.

Well, the differences are: I am not using the same dbcontext type as you, I am using the normal TrackerContext. I am only using fluent mapping for all tables I...

That's my problem, I don't have a typed object as return. I am always returning anonymous and SwaggerResponse requires a typed object. The thing is, I received a requirement where...

Exactly, so that's why I am asking: Is this scenario supported or no?

I want to be able to show a response exemple without a type. There is no naming involved: Response Class (Status 200) OK Model Example Value [ { "homeId": 0,...

I know this is an horrible idea, but don't worry, I am working on something dead. Thank you, I will give it a try.