OzBob
OzBob
I've got v 3.0.1.13 on VS 2019 16.6.2 and am getting the same error: ``` 989 2020/08/11 02:38:27.202 Error VisualStudio CreateInstance failed for package [BuildVisionPackage]Source: 'mscorlib' Description: Exception has been...
@EugeneSasin can you try installing and testing on VS2022
#112 " v3.1.0 with VS 2022 support has just been pushed to the Marketplace." " Any feedback is greatly appreciated. If you have troubles setting up the VSIX Gallery in...
Fair point on the loss-of-data, here's a loss-less method: ``` ALTER TABLE [grate].[ScriptsRun] ADD [text_of_script2] nvarchar(max); UPDATE [grate].[ScriptsRun] SET [text_of_script2]=convert(nvarchar(max),[text_of_script]) ALTER TABLE [grate].[ScriptsRun] DROP COLUMN [text_of_script] ALTER TABLE [grate].[ScriptsRun] ADD...
@wokket I did actually download the 'grate-win-x64-self-contained-1.4.0' zip. I copied the link in the issue incorrectly. I think you also need to change the grate to ```.\grate.exe``` to really appease...
perfectly understandable. I note that the grate.exe for the grate-win-x64-self-contained-1.4.0 zip is only 21MB is the build doing tree trimming to make it so small. Could I be missing local...
build without ```-p:PublishReadyToRun=true --self-contained``` and the grate.exe does **not** have the ```TypeloadException. SNINativeMethodWrapper.SNIAddProvider``` error
Thanks for the update. As there will be more sdk versions slowly go out of support as the years crawl by, do you think it would be a good feature...
@ralfhandl @martys https://github.com/OData/ODataSamples/issues/13 supposedly there is an internal ODATA team tool that generates Swagger for odata WebApi's ....
Maybe related to [issue 261 on 'feedback' repo](https://github.com/MicrosoftEdge/WebViewFeedback/issues/261): @shawty says: "I've worked out some interesting ways to get the javascript side of things communicating with the windows side of things"