❔ Why is microsoft.net.test.sdk a nuget?
I am trying to wrap my head around this, but can't seem to find an answer. Why is it that
Microsoft.NET.Sdk.Web
can come from a local installation and can be specified in the <Project>
tag, but Microsoft.NET.Test.Sdk
seems to require to be a NuGet?15 Replies
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I mean the first one, which doesn't seem to work for
Microsoft.NET.Test.Sdk
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Hmm, maybe
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Probably, since without referencing it in a
.NET Core
project the tests won't runUnknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Thanks, I'll try there!
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Oh, thanks again ^^'
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Ah well, we'll see
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Pretty much, yep
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.