-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET 5 Preview 3 #4607
Comments
I'm facing an issue while trying to connect to Cosmos DB from an ASP.NET 5.0 project. Using the latest Microsoft.Azure.Cosmos library v3.8.0, and .NET 5.0, I get the following error This error only occurs when running inside a docker container (Linux), it happens in both Docker for Windows with Linux containers or inside AKS. The error doesn't occur when running the application using "dotnet run" Downgrading to .Net Core 3.1 without making any other change, fixes the issue. Full exception: |
@anurse - any guidance here? |
Looks more like @karelz ’s team. It’s HttpClient and SslStream on the stack :) |
@tareksharbak this is weird. Would you mind to file a separate new issue in dotnet/runtime repo to get to the bottom of this? |
Probably missing root CA files or access to them. I would suggest to create separate issue with specific details. |
I opened a new issue with more details and a clearer repro steps Issue 35874 |
Something I couldn't glean from the release notes or the initial announcement of .NET 5: is there an intent to supply a migration path in VS for existing Framework projects which will "just work" for most cases? Right now we only have things like the portability analyzer, the unsupported Note that I'm not fishing for an official commitment or a time frame, just curious if MS intends to produce an officially supported migration path that happens to work well in most cases, or if the idea is that you have to put in the work manually and if that's too much work the alternative is to stick with Framework. (If this isn't the right venue for the question, please redirect.) |
Closing in favor of #4873 @jeroen-mostert currently there are no plans for a migration path in VS. |
Release Notes
Please report any issues you find with .NET 5, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Here is a list of issues that we are tracking and working to resolve with this release. We'll tick them off as each is resolved. See any linked issue for progress or resolution details.
The text was updated successfully, but these errors were encountered: