-
Notifications
You must be signed in to change notification settings - Fork 124
Discussion for pre-release build 'Nightly - 6/7/16' #577
Comments
Please a little summary of changes and Breaking changes |
For tooling, this build contains mostly bug fixes on top of the tooling support you had for the .NET Core 1.0.0 RC2 release. One significant change (as called out in the Release Notes and Known Issues section) is the default for web application template is now 'No authentication' instead of 'Individual Accounts'. There shouldn't be any breaking changes with respect to tooling, it should be mostly backwards-compatible. If you have a project targeting .NET Core 1.0.0 RC2, you will be able to continue developing with that project after installing the new tooling. |
Possibly a bit pedantic, but why is this under aspnet org and not the dotnet org? |
During last community standup it was confirmed that asp and dotnet team are merged. |
Will there also be an installer for Visual Studio "15" preview 2? |
@Eilon - Only reason I mention it is the switching from ASP.Net Core to .Net Core all over the place is a little confusing, even in the README. Something to keep in mind! |
Is there a way to get the version of dotnet and sdk included in this prerelease for the linux distros? Does this version of the cli understand netstandard1.6 (cfr https://github.com/dotnet/cli/issues/3488)? |
It seems that the installer is hanging on Microsoft Visual Studio Preparation. I see no disk activity at all.. no CPU usage.. I can provide the log file if necessary |
I don't know if this is the right place to report this, anyway.
|
I created a core web app using dot net dx selecting framework 4.5.2. deleting the .lock.json file and restoring I obtaing this message
Is this normal? |
@tmds, thanks for the feedback. I have updated the Release Notes section for this pre-release build and called out the dotnet version info included in this build. @ArieJones, did your install ever complete? If you are still blocked, please open a new issue in this repo and we can investigate further. @lucamorelli, regarding (1), reference from asp.net core (.NET Framework) app to classic class library seems to be working fine for me with this pre-release build as well as with RC2 tooling build. Are you seeing these issues with the 'Nightly 6/7/16' pre-release build or with RC2 tooling? Can you open one or more separate issues for the items you called out? I think that would help us look into those and investigate into each one as needed. |
@balachir No my install never completed. I will possibly try again later today and then submit an issue if I can still not get it to go. |
debugging no longer works for me: Unable to attach to CoreCLR. A debug component is not installed. #584 |
TFS Bug#231137 |
@balachir looks like it's working. there are two confusing things switching framework versions:
|
Can't install the tooling as it complains Update 3 RC is not completely installed Installed, repaired etc Log file: https://gist.github.com/benaadams/8ba16afb6dd1180f1306efc195186a5f |
We have seen a few machines where VSU doesn't always install fully, so we added a new check for two registry keys to ensure the values match. For now, to work around this and bypass the check, you can run the EXE from a command prompt and then pass SKIP_VSU_CHECK=1 at the end. The registry keys we look at are below. Can you confirm their presence/values?
|
Had the same problem, ".\DotNetCore.1.0.0.RC3-27-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1" did the trick. |
@benaadams Do you have a 64-bit or 32-bit OS? The keys I sent were for a 64-bit OS. If you're on 32-bit, then the VS keys would be under HKML\SOFTWARE\Microsoft\DEVDIV (without the Wow6432Node part). @lahma, glad to hear it worked |
64-bit: Windows 10 Pro x64 Insider Preview, Build 14366.rs1_release.160610-1700 Unless the periodic Windows preview updates clear the keys |
@benaadams We've been suspicious that Windows updates might clear the keys under SOFTWARE\Microsoft\Updates, but haven't found any hard evidence, just a few isolated cases where folks have been reporting that the keys don't exist on their machine. The VS keys under DEVDIV should remain untouched as all the individual SKU components register their version information there. The screenshot you sent showed DEVDIV\servicing\14.0 whereas the VS keys are HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\DevDiv\vs\Servicing\14.0 |
ok, that's expected. The CPE SKUs follow a Russian doll model, so they'll start with community and then potentially add Professional or Enterprise on top depending on the actual SKU you have. |
I get the updated server GC section from File->New with this installed 👍 |
Hmm... issue with MVC being Do I need to install or delete something to get error: Package Microsoft.DotNet.ProjectModel 1.0.0-rc3-002913 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.DotNet.ProjectModel 1.0.0-rc3-002913 supports:
error: - net451 (.NETFramework,Version=v4.5.1)
error: - netstandard1.6 (.NETStandard,Version=v1.6)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.0.
error: Package Microsoft.AspNetCore.Mvc 1.0.0-rc3-21167 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.AspNetCore.Mvc 1.0.0-rc3-21167 supports:
error: - net451 (.NETFramework,Version=v4.5.1)
error: - netstandard1.6 (.NETStandard,Version=v1.6)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.0. {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-004338",
"type": "platform"
},
"Microsoft.AspNetCore.Mvc": "1.0.0-rc3-21167",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc3-21167",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc3-21167",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc3-21167",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc3-21167",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc3-21167",
"Microsoft.Extensions.Logging": "1.0.0-rc3-21167",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc3-21167",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc3-21167"
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-preview2-21167",
"imports": "portable-net45+win8+dnxcore50"
}
},
|
|
This is a discussion thread for pre-release build 'Nightly - 6/7/16'.
The text was updated successfully, but these errors were encountered: