Skip to content

Commit

Permalink
FileConventions: implement the function
Browse files Browse the repository at this point in the history
Implement DetectInconsistentVersionsInNugetRefsInFSharpScripts
function.
  • Loading branch information
tehraninasab committed Jun 26, 2023
1 parent 4444c8a commit 734b981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,6 @@ let DetectInconsistentVersionsInNugetRefsInFSharpScripts
fileInfos
|> Seq.iter(fun fileInfo -> assert (fileInfo.FullName.EndsWith ".fsx"))

false
DetectInconsistentVersion
fileInfos
"#r \"nuget:\\s*([^\\s]*)\\s*,\\s*Version\\s*=\\s*([^\\s]*)\\s*\""

0 comments on commit 734b981

Please sign in to comment.