-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updat…
…ed Analyzer SDK (#1324) Co-authored-by: Chet Husk <chusk3@gmail.com>
- Loading branch information
1 parent
258fbc5
commit c9e2df1
Showing
24 changed files
with
576 additions
and
537 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,34 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"paket": { | ||
"version": "8.0.3", | ||
"commands": [ | ||
"paket" | ||
], | ||
"rollForward": false | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "5.3.8", | ||
"commands": [ | ||
"reportgenerator" | ||
], | ||
"rollForward": false | ||
}, | ||
"fantomas": { | ||
"version": "6.3.11", | ||
"commands": [ | ||
"fantomas" | ||
], | ||
"rollForward": false | ||
}, | ||
"fsharp-analyzers": { | ||
"version": "0.27.0", | ||
"commands": [ | ||
"fsharp-analyzers" | ||
], | ||
"rollForward": false | ||
}, | ||
"telplin": { | ||
"version": "0.9.6", | ||
"commands": [ | ||
"telplin" | ||
], | ||
"rollForward": false | ||
} | ||
} | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"paket": { | ||
"version": "9.0.2", | ||
"commands": [ | ||
"paket" | ||
], | ||
"rollForward": false | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "5.3.8", | ||
"commands": [ | ||
"reportgenerator" | ||
], | ||
"rollForward": false | ||
}, | ||
"fsharp-analyzers": { | ||
"version": "0.28.0", | ||
"commands": [ | ||
"fsharp-analyzers" | ||
], | ||
"rollForward": false | ||
}, | ||
"telplin": { | ||
"version": "0.9.6", | ||
"commands": [ | ||
"telplin" | ||
], | ||
"rollForward": false | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -25,3 +25,5 @@ configure.sh text eol=lf | |
*.fs text eol=lf | ||
*.fsi text eol=lf | ||
*.fsx text eol=lf | ||
|
||
*.expected text eol=lf |
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
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
Oops, something went wrong.