Paul Mcilreavy
Paul Mcilreavy
- .NET SDK Version: 5 Steps to Reproduce: 1. clone the repo and open the solution 2. or create a new project via the cli 3. Open the solution in...
Is it possible to update peer dependency on mobx to include v6? ``` "mobx": "^6.3.5", "mobx-devtools-mst": "^0.9.30", ``` ``` npm ERR! Could not resolve dependency: npm ERR! peer mobx@"^2.2.0 ||...
I have an FK defined in the Db (with a name that does not follow EFs conventions) that is not defined in EF and so I would expect the error...
It seems that columns that are extra in db are not excluded via the `IgnoreTheseErrors` method e.g. `EXTRA IN DATABASE: Table 'dbo.TheTable', column name. Found = Blah`
Hi, I am attempting to use `SqlServerSave` however it fails for me because I believe internally it is not enclosing each property/column name in square brackets. I have a column...
Whenever I open a large auto generated System.Data.Linq.DataContext file Visual Studio Crashes immediately. I have isolated it to this plugin as it does not crash when I disable it. There...
I am overriding the data and log folders using MSSQL_DATA_DIR and MSSQL_LOG_DIR but the *.ldf files are still created in the data dir. The only thing in MSSQL_LOG_DIR are error...
## Version 4.22.2 ## Describe the bug Whenever the C# bot app service receives a message (via /api/messages), the following exception is logged in app insights: _IDX40003: Neither `tid` nor...
I'm testing using a soap post request and it never returns a response. Looks like switchboard hangs if original client sends Expect: 100-continue header.