Skip to content

Commit

Permalink
update test arc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimmerD committed Feb 20, 2024
1 parent e28a464 commit 468d3bb
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,5 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

**/TestResults/**
**/TestResults/**
tests/ARCtrl.Querymodel.Tests/playground_2.fsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/ARCtrl.Querymodel.Tests/playground.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#r "nuget: ARCtrl"
#r @"bin\Release\net6.0\ARCtrl.NET.dll"
#r @"bin\Release\net6.0\FSSpreadsheet.dll"
#r @"bin\Release\net6.0\ARCtrl.Contract.dll"
#r @"bin\Release\net6.0\ARCtrl.Querymodel.dll"
#r @"bin\Release\net6.0\Fable.Core.dll"
#r @"bin\Release\net6.0\OBO.NET.dll"
Expand Down

0 comments on commit 468d3bb

Please sign in to comment.