Skip to content

Commit

Permalink
Package and API updates for FCS 39 (#482)
Browse files Browse the repository at this point in the history
* package update and initial API updates

* fix typechecking arguments

* Update dependencies and remove ancient nuget files

* MSBuild locator register defaults for console app tests

* Improve handling of project loading errors

* Let consumer pass in the ionide project toolpath

* Pull in Microsoft.Build.Locator to functional tests

Co-authored-by: Chet Husk <chusk3@gmail.com>
  • Loading branch information
Matt and baronfel authored Jun 12, 2021
1 parent 74b31de commit d81a422
Show file tree
Hide file tree
Showing 52 changed files with 1,122 additions and 897 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
152 changes: 0 additions & 152 deletions .nuget/NuGet.targets

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.19.0] - 2021-06-12

- Update to FCS 39 [@baronfel]
- Consumers of the API will now need to call `Ionide.ProjInfo.Init.init()`, see the FSharpLint.Console project within this repo for an example.

## [0.18.1] - 2021-01-27

- Update docs.
Expand Down
12 changes: 0 additions & 12 deletions Directory.Build.targets

This file was deleted.

6 changes: 0 additions & 6 deletions NuGet.Config

This file was deleted.

12 changes: 8 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ nuget Argu
nuget BenchmarkDotNet
nuget BenchmarkDotNet.Diagnostics.Windows
nuget FParsec
nuget FSharp.Compiler.Service ~> 38.0
nuget Dotnet.ProjInfo.Workspace ~> 0.41.0
nuget Dotnet.ProjInfo.Workspace.FCS ~> 0.41.0
nuget FSharp.Compiler.Service ~> 39.0
nuget Ionide.ProjInfo.ProjectSystem ~> 0.52.0
nuget Ionide.ProjInfo.FCS ~> 0.52.0
nuget FSharp.Core
nuget nunit
nuget NUnit3TestAdapter
nuget Microsoft.NET.Test.Sdk
nuget Newtonsoft.Json
nuget Microsoft.Build.Utilities.Core 16.7
nuget Microsoft.Build.Tasks.Core ~> 16.8 copy_local: false
nuget Microsoft.Build.Framework ~> 16.8 copy_local: false
nuget Microsoft.Build.Locator copy_local: false
nuget Microsoft.Build.Utilities.Core ~> 16.8 copy_local: false
nuget Microsoft.Build ~> 16.8 copy_local: false

group Docs
source https://api.nuget.org/v3/index.json
Expand Down
Loading

0 comments on commit d81a422

Please sign in to comment.