-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* git: sync .fs eol with editorconfig * git: apply renormalization to fix old inconsistencies * build: remove `-r` from fantomas, arg was removed creates an empty dir now... ref: fsprojects/fantomas#2854 * dotnet global.json: enable rollForward latestFeature Also update MSBuild.StructuredLogger, since dotnet 7.0.4 (sdk 7.0.202) shipped with an a bump in the binlog version. Fake uses binlog as a response from the dotnet process and crashed after using a newer sdk. * CONTRIBUTING.md: update dotnet version and link * omnisharp: set solution name, doesnt select default anymore
- Loading branch information
1 parent
63a98d4
commit 74e9802
Showing
11 changed files
with
774 additions
and
762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
* text=auto | ||
* text=auto | ||
|
||
# keep in sync with .editorconfig | ||
*.fs text eol=crlf |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ Fake.IO.Zip | |
Fake.Api.GitHub | ||
Fake.Tools.Git | ||
Fake.JavaScript.Yarn | ||
Octokit | ||
Octokit | ||
|
||
MSBuild.StructuredLogger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.200" | ||
"version": "7.0.200", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,51 @@ | ||
source https://api.nuget.org/v3/index.json | ||
storage: none | ||
framework: netstandard2.0 | ||
|
||
nuget Fable.Core | ||
nuget Fable.Promise | ||
nuget Fable.Node | ||
nuget Fable.Browser.Dom | ||
|
||
nuget Fable.HtmlConverter | ||
|
||
nuget Thoth.Json 7.0 | ||
|
||
git https://github.com/ionide/ionide-fsgrammar.git master | ||
|
||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.VSCode.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Helpers.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.Showdown.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.VSCode.LanguageServer.fs | ||
|
||
group fsac | ||
source https://api.nuget.org/v3/index.json | ||
storage: packages | ||
framework: netstandard2.0 | ||
nuget fsautocomplete | ||
|
||
group build | ||
source https://api.nuget.org/v3/index.json | ||
storage: none | ||
framework: net7.0 | ||
|
||
nuget Fake.Core.Target | ||
nuget Fake.Core.Process | ||
nuget Fake.Core.ReleaseNotes | ||
nuget Fake.Core.Environment | ||
nuget Fake.Core.UserInput | ||
nuget Fake.DotNet.Cli | ||
nuget Fake.DotNet.AssemblyInfoFile | ||
nuget Fake.DotNet.Paket | ||
nuget Fake.DotNet.MsBuild | ||
nuget Fake.IO.FileSystem | ||
nuget Fake.IO.Zip | ||
nuget Fake.Api.GitHub | ||
nuget Fake.Tools.Git | ||
nuget Fake.JavaScript.Yarn | ||
nuget Octokit <= 0.49.0 | ||
source https://api.nuget.org/v3/index.json | ||
storage: none | ||
framework: netstandard2.0 | ||
|
||
nuget Fable.Core | ||
nuget Fable.Promise | ||
nuget Fable.Node | ||
nuget Fable.Browser.Dom | ||
|
||
nuget Fable.HtmlConverter | ||
|
||
nuget Thoth.Json 7.0 | ||
|
||
git https://github.com/ionide/ionide-fsgrammar.git master | ||
|
||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.VSCode.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Helpers.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.Showdown.fs | ||
github ionide/ionide-vscode-helpers:8e81bc03f11f07b8e0811b3d4598eadc78f32f2f src/Fable.Import.VSCode.LanguageServer.fs | ||
|
||
group fsac | ||
source https://api.nuget.org/v3/index.json | ||
storage: packages | ||
framework: netstandard2.0 | ||
nuget fsautocomplete | ||
|
||
group build | ||
source https://api.nuget.org/v3/index.json | ||
storage: none | ||
framework: net7.0 | ||
|
||
nuget Fake.Core.Target | ||
nuget Fake.Core.Process | ||
nuget Fake.Core.ReleaseNotes | ||
nuget Fake.Core.Environment | ||
nuget Fake.Core.UserInput | ||
nuget Fake.DotNet.Cli | ||
nuget Fake.DotNet.AssemblyInfoFile | ||
nuget Fake.DotNet.Paket | ||
nuget Fake.DotNet.MsBuild | ||
nuget Fake.IO.FileSystem | ||
nuget Fake.IO.Zip | ||
nuget Fake.Api.GitHub | ||
nuget Fake.Tools.Git | ||
nuget Fake.JavaScript.Yarn | ||
nuget Octokit <= 0.49.0 | ||
|
||
// Enforce updated binlog parser until Fake gets an update, so we're not stuck | ||
// on an old sdk version. | ||
// ref: https://github.com/fsprojects/FAKE/issues/2744 | ||
nuget MSBuild.StructuredLogger >= 2.1.784 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.