Skip to content
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 Core 3.0.0 Preview 6 #2859

Closed
leecow opened this issue Jun 12, 2019 · 13 comments
Closed

.NET Core 3.0.0 Preview 6 #2859

leecow opened this issue Jun 12, 2019 · 13 comments

Comments

@leecow
Copy link
Member

leecow commented Jun 12, 2019

Release Notes
Download

Blog posts

.NET Core
ASP.NET Core

Please report any issues you find with 3.0.0 Preview 6, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:

@mletterle
Copy link

Please report any issues you find with 3.0.0 Preview 5

Should be Preview 6, I assume 😉

@leecow
Copy link
Member Author

leecow commented Jun 13, 2019

🤦‍♂️ ... fixed!

@fschlaef
Copy link

@JeepNL
Copy link

JeepNL commented Jun 13, 2019

Need I install the Hosting Bundle with the additional command line parameters or the ASP.NET Core module? So, which executable ...

See:

"Note, the Hosting Bundle has an issue with the ASP.NET Core Module. If you would like to install the ASP.NET Core Module, please install the 3.0 Preview 6 Hosting Bundle and run the executable on a command line with the parameters OPT_NO_SHAREDFX=1 OPT_NO_RUNTIME=1. Then install the appropriate .NET and ASP.NET runtimes."

@SonicGD
Copy link

SonicGD commented Jun 14, 2019

Hello. preview6 still missing from https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json so Azure DevOps can't install it:

Tool to install: .NET Core sdk version 3.0.100-preview6-012264.
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
Version 3.0.100-preview6-012264 could not be found in its channel, will now search in adjacent channels.
Searching for version in channel 3.0
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
##[error]sdk version matching: 3.0.100-preview6-012264 could not be found

@sanalpencere
Copy link

Hello. preview6 still missing from https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json so Azure DevOps can't install it:

Tool to install: .NET Core sdk version 3.0.100-preview6-012264.
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
Version 3.0.100-preview6-012264 could not be found in its channel, will now search in adjacent channels.
Searching for version in channel 3.0
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
##[error]sdk version matching: 3.0.100-preview6-012264 could not be found

Yeah. It is improtant. We are facing same problem.

And also there is no Azure Web Sites extension for 3.0.100-preview6-012264

@Atacan-Celikkol
Copy link

Hello. preview6 still missing from https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json so Azure DevOps can't install it:

Tool to install: .NET Core sdk version 3.0.100-preview6-012264.
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
Version 3.0.100-preview6-012264 could not be found in its channel, will now search in adjacent channels.
Searching for version in channel 3.0
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
##[error]sdk version matching: 3.0.100-preview6-012264 could not be found

Same.

@ipax77
Copy link

ipax77 commented Jun 15, 2019

The new Javascript debug feature seems to disable some js-Plugins which is sort of annoying because you want to debug it and then it disables it ..
With JavaScript Debugging enabled it does not show the pictures in the Chart.
In my case it was the chartjs-plugin-labels https://github.com/emn178/chartjs-plugin-labels for Chart.js v2.8.0 https://www.chartjs.org

Environment:
3.0.0-preview6-27804-01 with Microsoft Visual Studio Community 2019 Preview
Version 16.2.0 Preview 2.0

A sample Project can be found here: https://github.com/ipax77/dsweb (the Dummy.razor page)

@yiyoMX
Copy link

yiyoMX commented Jun 18, 2019

Throws this error: "The name 'code' does not exists in the current context", the new @code doesn't gets recognized, even though it compiles and runs. I've installed SDK 3.0.100-preview6-012264. If I change it back to @functions it works.

@SonicGD
Copy link

SonicGD commented Jun 19, 2019

Hello. preview6 still missing from https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json so Azure DevOps can't install it:

Tool to install: .NET Core sdk version 3.0.100-preview6-012264.
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
Version 3.0.100-preview6-012264 could not be found in its channel, will now search in adjacent channels.
Searching for version in channel 3.0
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
##[error]sdk version matching: 3.0.100-preview6-012264 could not be found

Ok, this is fixed now

@sanalpencere
Copy link

Hello. preview6 still missing from https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json so Azure DevOps can't install it:

Tool to install: .NET Core sdk version 3.0.100-preview6-012264.
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
Version 3.0.100-preview6-012264 could not be found in its channel, will now search in adjacent channels.
Searching for version in channel 3.0
No matching sdk version could be found for specified version: 3.0.100-preview6-012264 Kindly note the preview versions are only considered in latest version searches if Include Preview Versions checkbox is checked.
##[error]sdk version matching: 3.0.100-preview6-012264 could not be found

Ok, this is fixed now

Yeap this one is fixed. But Azure Web App extension is still missing.

@pvdstel
Copy link

pvdstel commented Jul 19, 2019

But Azure Web App extension is still missing.

Any updates on this?

@vivmishra
Copy link
Contributor

Superseded by Preview 7 - #3075

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests