HH
HH
Hi. This is a bug, thank you so much for your feedback. Let me work to solve this issue. I'll let you know when I have solved. Regards
This can be fixed by adding string value as property in settings, so this line: [=> string.Format("{0}Result", project.CodeNamingConvention.GetClassName(dbObject.Name));](https://github.com/hherzl/CatFactory.EntityFrameworkCore/blob/30db13efd618ee42b49a62a081f27eb149a7b79b/CatFactory.EntityFrameworkCore/EntityFrameworkCoreProjectExtensions.cs#L22) Would be: ```csharp => string.Format(EntityResultClassName, project.CodeNamingConvention.GetClassName(dbObject.Name)); ``` The property can be defined...
There is a new version that solves this issue, please use the following version: [1.0.0-beta-sun-build51](https://www.nuget.org/packages/CatFactory.EntityFrameworkCore/1.0.0-beta-sun-build51)
Hi, thank you for your message. With "service", do you mean monitor service or service is watching (database, web service) ? Regards
Please let me know if I get your feedback. Do you want a way to fire an action if a service if fails after of a success watch? Regards
Sorry for my delay reply. I'll improve this tool, but at this moment I don't have time I have a lot of work... Also I need to migrate this project...