Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

[WIP] F# end to end tests - #6975

Closed
enricosada wants to merge 3 commits into
dotnet:release/2.0.0-preview2from
enricosada:fsharp_e2e_tests
Closed

[WIP] F# end to end tests#6975
enricosada wants to merge 3 commits into
dotnet:release/2.0.0-preview2from
enricosada:fsharp_e2e_tests

Conversation

@enricosada

@enricosadaenricosada commented Jun 21, 2017

Copy link
Copy Markdown

a dotnet new an f# console app who reference an dotnet new F# lib, restore => build => run

@livarcocc this check the fix for https://github.com/dotnet/cli/issues/6863 merged with PR #6937 adding a good smoke test for F#

.Execute("add app reference lib/lib.fsproj")
.Should().Pass();

new RestoreCommand()

This comment was marked as spam.

This comment was marked as spam.

@enricosada

Copy link
Copy Markdown
Author

@livarcocc can i also add a matrix (Theory) with netcoreapp1.0+netstandard1.6 and netcoreapp2.0+netstandard1.6?

@livarcocc

Copy link
Copy Markdown

I think that's absolutely fine. 😄

@enricosada

Copy link
Copy Markdown
Author

will do, thanks. wait for merge (added WIP)

@enricosadaenricosada changed the title F# end to end tests[WIP] F# end to end testsJun 21, 2017
@dsyme

Copy link
Copy Markdown

@enricosada This is great, and wonderful to see it green!

@livarcocc

Copy link
Copy Markdown

@enricosada Are these done?

@enricosada

Copy link
Copy Markdown
Author

nope yet, need to add the matrix

@wli3

wli3 commented Aug 4, 2017

Copy link
Copy Markdown

Please reopen if this is still needed

@wli3wli3 closed this Aug 4, 2017
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@enricosada@livarcocc@dsyme@wli3@cartermp@dnfclas