Skip to content

v4.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hvanbakel hvanbakel released this 26 Jan 14:41
de6f4dc

Release Candidate 1 of v4.0.0. Automatically built AppVeyor release v4.0.300.

User highlights:

  • Migration wizard (very advanced, try it out yourself!)
  • Unix support is now on par with Windows. 馃帀
  • Project file modernization (transformations and wizard UI)
  • Turn legacy Project2015To2017.Console into stub guiding user to migrate to Project2015To2017.Migrate2017.Tool
  • Experimental Entity Framework detection (fix #220)
  • Fix mistakes with handling assembly information files
  • Make output less noisy by default
  • Fix CLI issues, improve help messages
  • Many other fixes of varying importance

Developer highlights:

  • Drop "modern" cache for ConditionEvaluator
  • Use .NET Core 2.0+ Path.GetRelativePath routine
  • Project.AppendTargetFrameworkToOutputPath is now bool? instead of bool
  • Modified target frameworks for NuGet packages
  • Refactorings under the hood