Today, we are announcing .NET Core 3.0 Preview 8. Just like with Preview 7, we’ve focused on polishing .NET Core 3.0 for a final release and are not adding new features. If these final previews seem anti-climatic, that’s by design.
Download .NET Core 3.0 Preview 8 right now on Windows, macOS and Linux.
ASP.NET Core and EF Core are also releasing updates today.
Details:
The Microsoft .NET Site has been updated to .NET Core 3.0 Preview 8 (see the .NET Core runtime version in the footer text). It’s been running successfully on Preview 8 for over two weeks, on Azure WebApps (as a self-contained app). We will move the site to Preview 9 builds shortly.
If you missed it, check out the improvements we released in .NET Core 3.0 Preview 7, from last month.
Go Live
NET Core 3.0 Preview 8 is supported by Microsoft and can be used in production. We strongly recommend that you test your app running on Preview 8 before deploying Preview 8 into production. If you find an issue with .NET Core 3.0, please file a GitHub issue and/or contact Microsoft support.
Closing
The .NET Core 3.0 release is coming close to completion, and the team is solely focused on stability and reliability now that we’re no longer building new features. Please tell us about any issues you find, ideally as quickly as possible. We want to get as many fixes in as possible before we ship the final 3.0 release.
If you install daily builds, please read an important PSA on .NET Core master branches.
I just found https://dotnet.microsoft.com/ is still showing preview 7 in its footer.
Microsoft .net site still runs on Preview 7 ? Powered by .NET Core 3.0.0-preview7-27902-19
How is it with Charting control in .net Core 3.0 Preview 8? We were using Charting in our asp.net framework web project to create a chart as png file, sending it automatically via e-mail to our customers. Is it possible to create chart in .Net Core 3.0, and save it automatically as a png file?
Congrats guys! I’ve been following along from the time that .net core was called asp vnext. The blazor model is absolutely amazing and it’s great to see the amount of enthusiasm around it in the community.
I may have found a bug. I am on version 3.0.100-preview8-013656. When I call System.IO.Ports.SerialPort.GetPortNames() on my Raspberry Pi 2, it does not find any ports. I would expect it to find the UART0 serial port. Is there a better place to post this?
I believe https://github.com/dotnet/core/issues would be a better place to file bug reports…
So far I’ve got nothing but crickets on this ASP.NET Core 3.0 question:
https://stackoverflow.com/questions/57397059/mvc-authorization-inside-mapwhen-is-applied-to-all-controllers
Is that because I’m being ignorant? Or is it because there’s no good answer yet? Probably the former! But can someone educate me a bit on this?
It’s still a nightmare to deploy to azure, almost giving up, as Framework dependent nor Self-Contained are working for me in preview 8, and as we have our production env in Azure, this is like a huge pain….
Don’t give up!I managed to deploy it to azure, as self-contained, preview 7.
Tonight i will update to 8 but it’s only minor changes for the little app i used.
I’m using it for server-side blazor:https://github.com/MACEL94/BlazorPongLast deploy failed because i exceeded azure free tier limits but it does work, i hope u find it useful.
How come that you state the Preview is ready for production, when it is known that betas, previews and even release candidates are not to be used for critical applications? Even on the download site for this specific preview, the one can read (once yellow preview-tag is clicked) following:
”Preview releases provide early access to features that are currently under development. These releases are generally not supported for production use.”
“Generally not supported for production use” is exactly the reason the author stated that Preview 8 IS supported by Microsoft. There are no obligations that people should use Preview 8 if they are really concerned about anything.
What boards are supported in .NET Core 3.0 for GPIO, I2C, SPI, etc usage?
Why there is no Docker image for dotnet/core/runtime-deps:3.0-alpine3.9-arm32v7 ?