rigofunc
rigofunc
I use following code: ```csharp public static class ToolsParser { public static Parser Instance = new Parser( options: ToolsCommand()); private static Command ToolsCommand() => Command("codegen", "Generate EF/EF Core/Dapper code from...
I had change to your suggested code, but the help output have not any changed. I want the `AnyOneOf("ef", "efcore", "dapper")` the values `ef`, `efcore`, `dapper` be generated in the...
@jonsequitur Thanks. I see, the output look like following will be better. ``` Usage: codegen [options] Options: -c, --connectionstring Specify which database to reverse engineering. -t, --target Specify which kind...
Using AddScoped?
I have not time to focus this repo, but I'm happy about anyone can replace me
maybe this weekend
Yes, if you haven't any custom, will use the default impl
`before`'s value wrong or `after`'s value wrong?
OK, maybe the DbContext is disconnected.
I'm agree with you, can U PR for this?