Chris Laine
Chris Laine
I'd be very keen for this. I love NRules, and have used it in a number of projects. Having a unit test hook into individual rules would be amazing.
@snikolayev, Let me have a look at the integration tests, see how you've structured it, etc. With most of the unit testing I've done as of late, the style would...
I can confirm that if I ditch Newtonsoft.JSON (which, btw, appears to be [used in the Electron.NET WebApp csproj as a dependency](https://github.com/ElectronNET/Electron.NET/blob/master/ElectronNET.WebApp/ElectronNET.WebApp.NET5.csproj#L18)) and instead use System.Text.Json Serializer / Deserializer classes,...
What is the error message you're getting? What version are you now using? Under which version was it working?
Didn't intend to close that. Mobile app is tetchy.
> Updating my NuGet packages to 6.0.5 solved my problems. I'll give that a try and close the bug if that sorts it. Cheers
Sorry, I'm new to all this. What exactly am I replacing here?
Yeah, I will +1 this one as well. Programmatically being able to access: - Request information - Environment variables Is very useful in tests. Why? Environment variable access means I...
I had a similar issue. Show us your code. I might be able to help.
I'll vote this up. I am experiencing exactly the same issue.