Gunnar Liljas
Gunnar Liljas
NUnit 3 is what is used. Personally I use the ReSharper test runner, but the one built into VS should work too. You should run the ShowBuildMenu.bat file in the...
I believe it would make sense, yes. There may be some overlap, but not much. A metric could indicate e.g an increasing delay in the lease refreshes, but when troubleshooting...
> Is that what you were imagining? That's almost verbatim what as was imagining. :) > I think you can emulate this behavior with the library's existing API: Great idea!...
What about... var mapping = { copy : [.....], match : [ ["firstName" , { //nested mapping of the firstName property }], [function(o){ return o.name.endsWith("Price"); } , { //nested mapping...
I also have a similar need. My current workaround is a two phase serialization. I first deserialize to Dictionary, then traverse the key value pairs and when I have determined...
I must agree with Sellec here. Having all these dependencies just to get AddFluentMigratorCore is a bit ugly. Having to add provider specific dependencies is not a nuisance to me....
I agree that additional complexity should not be added, but as it is now FluentMigrator.Runner.Core is already much more than an abstraction library. It already has the dependencies to DependecyInjection...
I think that should be a non-issue. I will (try to) create a PR to prove my point. Maybe I will see the light/darkness you're talking about.
https://github.com/fluentmigrator/fluentmigrator/pull/1198
I think it makes sense, as it's in many ways a value that will be used instead of a Decimal.