-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FileConventions.Test: add failing test
Add failing test for DetectInconsistentVersionsInNugetRefsInFSharpScripts function.
- Loading branch information
1 parent
1b16594
commit 4444c8a
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/FileConventions.Test/DummyFiles/DummyFsharpScriptWithFsdkVersion0.6.0.fsx
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env -S dotnet fsi | ||
|
||
open System | ||
open System.IO | ||
|
||
#r "nuget: Fsdk, Version=0.6.0" | ||
|
||
printfn "Hello World!" |
8 changes: 8 additions & 0 deletions
8
src/FileConventions.Test/DummyFiles/DummyFsharpScriptWithFsdkVersion0.6.1.fsx
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env -S dotnet fsi | ||
|
||
open System | ||
open System.IO | ||
|
||
#r "nuget: Fsdk, Version=0.6.1" | ||
|
||
printfn "Hello World!" |
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