Mark Townsend

Results 45 comments of Mark Townsend

There is a copy of the project at https://github.com/MarkLFT/RMUtility.Problems

> Could you make use of? > > ```cs > Settings.DbContextClassModifiers = "public partial"; > ``` > > You still get the default constructors generated, but would allow you to...

> Also set > > ```cs > Settings.AddParameterlessConstructorToDbContext = false; > ``` We have done this.

> To customise the ctor, you can always edit the template within `EF.Reverse.POCO.v3.ttinclude` line (for efcore 6) = 22855. What I will do though, is to add the ability to...

> There should be no need to inject services into the DbContext. Instead, you should have services injected into the classes you create, along with your `IMyDbContext` type and use...

One possible solution is to have the option of not creating a constructor in the Context, like there is the option to Omit the OnConfiguring method. I could then put...

Can I also add my voice behind this, I also am unable to use many of my roles because of this missing dependency.

Hi Andrew, I have been putting together a proof-of-concept type app, bringing together different technologies. The repo can be found at https://github.com/MarkLFT/POSManagerPOC. The two key technologies I am implementing first...

Thanks for the prompt response, I originally tried it in a frame, then in a plain VerticalStackLayout, and in both cases the command did not fire. But keep it as...