Closed dougbu closed 1 year ago
/fyi successful runs on the CI will likely take a week because the v4.5 targeting pack is not available on VS2022 build agents right now
Ran enough tests locally to confirm the last commit here does what it says on the tin. Will remove that commit and instead comment out broken tests and fix the infrastructure issue seen on the CI. Expect a new PR built on the "Add Content
to all HttpResponseMessage
s" commit as well as a fix for ValidateStreamForReading(...)
…
/ping reviewers
I reset reviews because this works differently than the original PR. But it's working cleanly both locally and in the CI :grin:
Suggest reviewers pick and choose what they sign off on e.g.
msbuild
from VS2022 on a VS2019 agent i.e. supporting net6.0
in msbuild
while having old .NET Framework targeting packs available.net6.0
and related infrastructure changesnetcoreapp3.1
and net6.0
behaviours
net6.0
supportnetcoreapp
is no longer the only relevant folder prefixException.Message
s innetcoreapp3.1
ArgumentException.Message
sdecimal
precision in aJsonReaderException.Message
Exception.Message
s and other changes innet6.0
Message
inInvalidOperationException
s about invalid request URIsHttpResponseMessage.Content != null
after construction (a test-only change fortunately)Stream
if a writer passes aReadOnlySpan<byte>
innet6.0
- see moq/moq4#829, moq/moq4#979, and dotnet/runtime#45152 about the issueNETCOREAPP3_1_OR_GREATER
and so on are available