Jack Fox
Jack Fox
**Is your feature request related to a problem? Please describe.** Math functions require untagging UOMs **Describe the solution you'd like** Math functions should respect UOMs **Describe alternatives you've considered** I...
This complements isFasterThan. The 2 tests expect to execute in similar runtimes. An additional parameter of withinTimePercent triggers failure if one test is faster than the other by more than...
### Description Cannot build as a netstandard2.0 project with the dotnet SDK build. ### Repro steps I have a test project where various SDK versions can be tried. https://github.com/jackfoxy/TestSqlClient ###...
Given an instantiated type ```fsharp type MySqlType = SqlCommandProvider use cmd = new TestFirstResultSet(conn) ``` 1) new method ```fsharp DescribeFirstResult(params : string option, browseInformationMode : BrowseInformationMode) BrowseInformationMode.NoInfo 0 BrowseInformationMode.ForBrowse 1...
In VS 2017 in my F# (dotnet SDK project type) Project I do get the tools menu item. The following error thrown from Tools\Inlining Analyzer\Run Inlining Analyzer on (current project)....
### Description I don't know how many rows the TP reads before attempting to infer column types, but it is not enough. Type inference is frequently incorrect because the TP...
### Description Frequently the column types inferred by the TP are wrong. Implement a schema definition parameter, similar to how CSV TP does. The ability to override only selected columns...
### Description Enable more flexibility to declaring headers. Currently header can only be the first row in a selected range. Frequently headers will span 2 or more cells in a...
### Description 37.9 will not update in VS 2017 15.4.4, and 37.7 will not uninstall ### Repro steps Select update from the VS Notification. 1. Originally the VSIX installer reported...
A useful utility would do one-time code generation creating source to populate all the methods and properties of the underlying type as well as functions from the type's module (if...