Skip to content

Releases: mrward/monodevelop-nuget-extensions

v0.34-vsm17.5

16 Dec 11:55
Compare
Choose a tag to compare

Support Visual Studio for Mac 17.5 preview 2

EF's Update-Database fails with an error:

Update-Database: The following exception occurred while retrieving
member "IsPathRooted": "GenericArguments[0],
'System.ReadOnlySpan`1[System.Char]', on 'System.Func``2[T,TResult]'
violates the constraint of type 'T'."

Update to PowerShell 7.3.0 which targets .NET 7.0.

Fixes #45

v0.33-vsm17.4

08 Oct 12:56
Compare
Choose a tag to compare
Update addin version to 0.33

v0.31.1-vsm17.3

07 Oct 17:37
Compare
Choose a tag to compare
Update addin version to 0.31.1

v0.32-vsm17.4

13 Aug 11:24
Compare
Choose a tag to compare

Support Visual Studio for Mac 17.4 preview 1.

v0.31-vsm17.3

13 Jul 21:08
Compare
Choose a tag to compare

Support VS Mac 17.3 preview 3

v0.30-vsm17.3

29 May 11:17
Compare
Choose a tag to compare

Support Visual Studio for Mac 17.3 preview 1

v0.29-vsm17.0: Simplify removing escape codes from PowerShell console output

21 May 16:27
Compare
Choose a tag to compare
  • PowerShell now hosted in process.
  • Updated to PowerShell 7.2.3
  • Removed Mono PCL exe

v0.28-vsm17.0: Ensure dotnet is on the PATH for the remote PowerShell host

10 Apr 15:28
Compare
Choose a tag to compare
VS Mac 17.0 creates the pad windows when the IDE window is first
shown, even if the pad is never opened or available docked. This means
the PATH used to launch the powershell console host does not contain
the path to the dotnet CLI which is configured when a project is
opened. To avoid this check for a valid dotnet runtime and set the
PATH for the powershell console host to be the parent process's PATH
environment variable with the path to dotnet appended.

v0.27-vsm8.10

25 Apr 13:26
Compare
Choose a tag to compare
Update addin version to 0.27