Skip to content

Releases: ionide/proj-info

v0.54.2

02 Nov 01:20
Compare
Choose a tag to compare

v0.54.1

17 Oct 19:11
1c9317b
Compare
Choose a tag to compare

Fixed

  • Added more environment variable lookups for the dotnet binary, so modes like running under dotnet test should work more consistently.

v0.54.0

12 Aug 00:23
0e2be85
Compare
Choose a tag to compare

Added

  • The save path for binary logs can now be set

Changed

  • Reverted to FCS 39 for compatibilties' sake
  • Removed dependency on MsBuild.Locator
  • Massively improved compatibility for cracking projects on a broader range of SDK versions
  • Fixed a regression in the MSBuild Graph Workspace Loader that resulted in it not working on SDKs greater than 5.0.10x
  • centralized the setting of process-level MSBuild and dotnet SDK environment variables into the init function, extracting them out of the individual workspace loaders. this should ensure a consistent experience regardless of loader chosen.

v0.53.1

23 Jun 14:42
Compare
Choose a tag to compare

Changed

  • Fixed nuget package spec to not embed sourcelink dependency

v0.53.0

22 Jun 23:18
Compare
Choose a tag to compare

Changed

  • Updated to FCS 40, includes breaking changes around Project Options having extra data.

v0.52.0

16 Apr 15:49
d9b0b7b
Compare
Choose a tag to compare

v0.51.0

16 Mar 02:56
Compare
Choose a tag to compare
  • Change the order of calls so that FSAC doesn't have a deadlock with its current usage of this library

v0.50.0

13 Mar 19:10
Compare
Choose a tag to compare
  • Introduce a pluggable abstraction for creating workspaces to allow for independent experimentation
  • Introduce a workspace implementation for MsBuild Graph Build mode, which should be a large performance boost for consumers
  • introduce debouncing to prevent rebuilds when invoked multiple times in a short timeframe

v0.49.0

03 Mar 19:26
Compare
Choose a tag to compare

Changed

  • Added debouncing of project-cracking to prevent rework
  • Changed the target of the build from "CoreCompile" to "Build" to bring in SDK props

v0.48.0

11 Feb 04:46
Compare
Choose a tag to compare

Changed

  • Updated to FCS 39.0.0