Isaac Abraham
Isaac Abraham
Steps to repro: - 1. Create a new F# Class Library in VS2015. This will create a NET 4.5, F# 4.0 project. 2. Add NuGet references to `Microsoft.Bcl.Async`. This has...
### Description Using the SQL Programmability Provider, I'm trying to use it for updates to existing rows. I only have a subset of columns in the table that need updating,...
If your database uses Geography types, the SQL Programmability Provider won't build unless your project references the Microsoft.SqlServer.Types package. The error is pretty spurious (just that it can't find the...
### Description The `CreateCommand` on `SqlProgrammabilityProvider` is a great idea as it means that we just need a single type for the DB, whether for ad-hoc queries or inserts using...
### Describe the bug There's no solution explorer. I don't know how to get it back. I've tried creating sample console apps etc. but nothing works. Also tried removing and...
### Describe the bug I have a .NET 6 console add. I can't use the "Add Current File to Project" feature. ### Steps to reproduce 1. Create a new console...
### Describe the bug Using the --shadowcopyreferences+ should stop locking DLLs when `#r` is used. However, it appears to still lock them regardless. ### Steps to reproduce 1. Create a...
When you "dot into" an array of some anonymous record, Ionide incorrectly shows keyword suggestions. ## To Reproduce ```fsharp let x = [ {| Name = "foo" |} ] ```...
### Describe the bug Sometimes Ionide doesn't "refresh" itself when there are changes to the code e.g. intellisense or coloration isn't refreshed. I've seen that sometimes hitting two spaces (honestly!)...
If you move from one branch to another, the type checker in Ionide does not realise that code has changed. Even rebuilding in the command line and then forcing a...