-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .NET Standard 2.1 support #3530
Changes from 11 commits
470f66a
8648231
655707d
a71ea67
742f550
7809c64
e7be471
ed038bc
f5689e0
0a23d45
216015f
8b4fbca
dc84446
377994b
7b939eb
f66564a
5e57ef4
3bbcb3f
38918f0
52b21d6
b68a351
9c9b032
3635394
65c0703
2e35f92
edfd7a4
3079ff4
0ef5d93
b58d5cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,18 +141,6 @@ let ``#1703 resolves locally``() = | |
update "i001703-local" |> ignore | ||
|
||
|
||
[<Test>] | ||
let ``#1635 should tell about auth issue``() = | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are you sure this is not a regression? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes. because I looked at the error message. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah, you were right. it was a regression. fixed |
||
try | ||
update "i001635-wrong-pw" |> ignore | ||
failwith "error expected" | ||
with | ||
| exn when exn.Message.Contains("Unable to retrieve package versions for 'Argu'") -> | ||
exn.Message.Contains "Could not load resources from 'https://www.myget.org/F/paket-test/api/v3/index.json': Unauthorized (401)" | ||
|> shouldEqual true | ||
() | ||
|
||
|
||
[<Test>] | ||
let ``#2572 should tell about late resolver issue``() = | ||
try | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should still fail and we should still report a good error message, correct?