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 2.0 #812

Closed
leecow opened this issue Aug 14, 2017 · 24 comments
Closed

.NET Core 2.0 #812

leecow opened this issue Aug 14, 2017 · 24 comments

Comments

@leecow
Copy link
Member

leecow commented Aug 14, 2017

.NET Core 2.0.0 is available.

You can read about .NET Core 2.0.0 in the release notes and .NET blog announcement.

Please report any issues you find with .NET Core 2.0.0 here, either responding to this issue or creating a new issue.

Please note that this repo (dotnet/core) is not for filing product issues. Here are some repos where you can file an issue:

@nicksav
Copy link

nicksav commented Aug 15, 2017

Guys where is AddJwtBearerAuthentication now?

@blowdart
Copy link
Contributor

@wuzzeb
Copy link

wuzzeb commented Aug 15, 2017

The checksums file doesn't seem to be updated properly:

The page https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md
correctly links to the new combined linux runtime dotnet-runtime-2.0-linux-x64.tar.gz but when
you open the runtime checksum file also linked from the same page (https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-runtime-sha.txt) it still has the broken out debian, rhel, ubuntu, etc and the sha256sum for dotnet-runtime-2.0-linux-x64.tar.gz is missing. For reference, this is the sha256sum of the file I downloaded

69ecad24bce4f2132e0db616b49e2c35487d13e3c379dabc3ec860662467b714  dotnet-runtime-2.0.0-linux-x64.tar.gz

@nicksav
Copy link

nicksav commented Aug 15, 2017

@blackdwarf Thanks. That works.

Also not able to Deploy to Azure Web App in Australia.
CGI error
This error occurs when a CGI application does not return a valid set of HTTP headers, or when a proxy or gateway was unable to send the request to a parent gateway. You may need to get a network trace or contact the proxy server administrator, if it is not a CGI problem.

Application 'MACHINE/WEBROOT/APPHOST/ACCOUNTMANAGEMENTAPI' with physical root 'D:\home\site\wwwroot' failed to start process with commandline 'dotnet .\AuthAPI.dll', ErrorCode = '0x80004005 : 80008083.

@zenixgrace
Copy link

hello ,

is the net core 2.0 can use vs 2015 for ide?
now i'm still using net core 1.1 and vs 2015 for the ide.

if I want to upgrade to 2.0, is it necessary to install vs 2017 for the ide?

@nicksav
Copy link

nicksav commented Aug 15, 2017

@zenixgrace Yes

@zenixgrace
Copy link

zenixgrace commented Aug 15, 2017

@nicksav just wanna ask a stupid question
is that any reason why they have to force using vs 2017 ?
is it have a break compability issued with vs 2015?

@nicksav
Copy link

nicksav commented Aug 15, 2017

@zenixgrace not sure, I know for sure that to be able to use .Net Core 2 preview we forced to install VS2017 Preview 15.3. I am testing new VS and it looks really good. Just need to make Azure to work and I am happy Customer:)

@zenixgrace
Copy link

zenixgrace commented Aug 15, 2017

@nicksav the installer for vs 2017 so HUGE :( . anyway thanks for the reply :)

@Panda-Sharp
Copy link

@zenixgrace nahh it's smaller (and faster) than 2015, of course depends on how much stuff you need to install :)

@zenixgrace
Copy link

@Emiliano84 maybe, i get wrong installer, because i try to make it offline installer

@markmcdowell
Copy link

markmcdowell commented Aug 15, 2017

Thanks for the update guys, we've been waiting to use this!

I ran into this issue pretty much straight away though: https://github.com/dotnet/corefx/issues/18406

Would be nice to have this listed somewhere, took me an hour to find I had to add a nuget package! (i'm just using System.Data.SqlClient direct not entity framework)

@toddpmain
Copy link

toddpmain commented Aug 15, 2017

Where is System.IO.Packaging in netcore 2.0? And System.Drawing.Drawing2D?

@leecow
Copy link
Member Author

leecow commented Aug 15, 2017

Thanks @wuzzeb - missing entries have been added to the checksum files.

@leecow
Copy link
Member Author

leecow commented Aug 15, 2017

@nicksav - Azure App Services deployment is complete so should be good to go in all regions.

@Damon227
Copy link

.Net Core Library cann't reference .Net Standard Library?

@MaklaCof
Copy link

MaklaCof commented Sep 3, 2017

@nicksav
How did you solve problem with Error code 0x80004005:

Application 'MACHINE/WEBROOT/APPHOST/SH-TESTING' with physical root 'D:\Data\SH\Testing\www\' failed to start process with commandline '"dotnet" .\SH.dll', ErrorCode = '0x80004005 : ff.

@Tealons
Copy link

Tealons commented Sep 12, 2017

@leecow : Any indication if running dotnet.exe will be possible in x64 in the near future?

@leecow
Copy link
Member Author

leecow commented Sep 27, 2017

@Tealons - working with the App Services team on on how that would play out. Stay tuned!.

@Tealons
Copy link

Tealons commented Sep 27, 2017

@leecow Thanks for the reply! Would be nice to have access to more memory in my application :)

@Petermarcu
Copy link
Member

Closing as we plan on keeping these announcements open for about 30 days.

@Tealons
Copy link

Tealons commented Dec 21, 2017

@leecow Any update on the x64 support?

@Petermarcu
Copy link
Member

You mean in Azure App Services right?

@Tealons
Copy link

Tealons commented Dec 21, 2017

Yes

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