Rik Crompton
Rik Crompton
Hi, This is a cross post from the EF project ref: https://github.com/aspnet/EntityFramework6/issues/398 ref: https://github.com/rikrak/EF6_2_InitialisationError Glimpse.EF6 does not appear to work with the recently release Entity Framework 6.2. On startup I...
Not sure if this is currently possible, but I've been trying to create a POST endpoint where part of the parameters come from the route. I can't get it to...
Hi, Neat project - this could really help me out :-) Is it possible to generate on value based on the value of other properties? For example: I have a...
Updating my project to the latest FluentAssertions library causes runtime errors: System.MissingMethodException: Method not found: 'Void FluentAssertions.Primitives.ReferenceTypeAssertions`2.set_Subject(!0)'. at FluentAssertions.Mvc.ActionResultAssertions..ctor(ActionResult subject) at FluentAssertions.Mvc.AssertionsExtensions.Should(ActionResult actual) This is due to v6 having some...
This should help with #40 The issue might be that the subject under test might have a null value in the View data which causes the NullReferenceException. Caveats: - I...
Not sure if this is an environmental issue or of general concern: I have a Yardarm SDK project that appears to correctly generate a `netstandard2.0` assembly (verified with JetBrains' DotPeek)....
Updates to VS/dotnet have broken some codebases that use Unity as the IoC container[1][2] due to the `IServiceProviderIsService` interface not being registered. Feels like it would make sense for this...