Are there nuget packages like umbraco, umbraco.core, umbraco.web, etc? I don't seem to find them in the alpha stream or the release streams? I'd love to take this baby for a spin!
There are NuGet packages in the Alpha streams, but unlike previous versions you can't get started by just pulling the NuGet packages into an existing project. Certainly there are ways to do that, but there are some other pieces needed as well which don't come across with just the NuGet packages.
That was why they've released the dotnet new template. Take a look at the install instructions as it walks through how to get started. Further up on that same page it links to a few other community pages that also give some guides on how to get started with more interesting projects, albeit with older Alpha versions.
Thanks Benjamin. I was hoping it would be as easy as the v7/v8 ones. Do you know if that is in the works prior to release? Just wanting to set some expectations at one of my clients workplace what to expect
No, because of the differences between .NET Core and .NET Framework, there isn't anyway for a simple NuGet update to handle all the changes. The walkthroughs of how to convert are going to be the best that is possible I would guess, unless someone in the community makes some automated tool to help.
nuget packages
Are there nuget packages like umbraco, umbraco.core, umbraco.web, etc? I don't seem to find them in the alpha stream or the release streams? I'd love to take this baby for a spin!
There are NuGet packages in the Alpha streams, but unlike previous versions you can't get started by just pulling the NuGet packages into an existing project. Certainly there are ways to do that, but there are some other pieces needed as well which don't come across with just the NuGet packages.
That was why they've released the
dotnet new
template. Take a look at the install instructions as it walks through how to get started. Further up on that same page it links to a few other community pages that also give some guides on how to get started with more interesting projects, albeit with older Alpha versions.Thanks Benjamin. I was hoping it would be as easy as the v7/v8 ones. Do you know if that is in the works prior to release? Just wanting to set some expectations at one of my clients workplace what to expect
No, because of the differences between .NET Core and .NET Framework, there isn't anyway for a simple NuGet update to handle all the changes. The walkthroughs of how to convert are going to be the best that is possible I would guess, unless someone in the community makes some automated tool to help.
is working on a reply...