mcspud

Results 7 comments of mcspud

> For example I have no clue do you still need to set DotnetFscCompilerPath or not, to resolve the duplicate fsc problem. Nope! @tforkkmann FWIW I can get this to...

Hey @tforkmann - yep. I'm using the osx package location, ``` let [] ConnectionString = "Server=localhost;" + "Database=jabronis;" + "User Id=localdev;" + "Password=password;" let [] DatabaseVendor = Common.DatabaseProviderTypes.POSTGRESQL let []...

@Swoorup I'm in the same camp. Struggling with this

Thanks for the quick reply. Does the provider "walk" the code from the entry point somehow, or do I need to do something specific at design time to get it...

As a minimum example see the following ``` type Sql = SqlDataProvider< ContextSchemaPath=ContextSchemaPath, ConnectionString=ConnectionString, DatabaseVendor=DatabaseVendor, CaseSensitivityChange=CaseSensitivityChange, ResolutionPath=ResolutionPath> type DbContext = Sql.dataContext type User = DbContext.``public.userEntity`` let getContext(): DbContext = Sql.GetDataContext()...

If I don't specify a schema file, the database entities are correctly reflected in `VS Code (Version: 1.39.1)` in either the tooltip or the ionide _info panel_. See below: If...

I think perhaps we should get some clarity on the purpose of the visualizer for this. I am currently using the "config" section of the Machine clearly to show to...