August 13th, 2019

Announcing .NET Core 3.0 Preview 8

Rich Lander [MSFT]
Program Manager

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.

If you are using .NET Core 3.0 Preview 7, you need to move to Preview 8 for “Go Live” 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.

Category
.NET
Topics
.NET

Author

Rich Lander [MSFT]
Program Manager

Richard Lander is a Principal Program Manager on the .NET Core team. He works on making .NET Core work great in memory-limited Docker containers, on ARM hardware like the Raspberry Pi, and enabling GPIO programming and IoT scenarios. He is part of the design team that defines new .NET runtime capabilities and features. He enjoys British rock and Doctor Who. He grew up in Canada and New Zealand.

20 comments

Discussion is closed. Login to edit/delete existing comments.

Newest
Newest
Popular
Oldest
  • Havlicek, Radim

    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?

  • Riaan G

    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. 

  • Bill Palace

    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?

  • Claudio Santos

    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…. 

    • FRANCESCO BELACCA

      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.

  • Stjepan Karin

    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.

  • Afshin Z

    What boards are supported in .NET Core 3.0 for GPIO, I2C, SPI, etc usage? 

  • Marcel pl

    Why there is no Docker image for dotnet/core/runtime-deps:3.0-alpine3.9-arm32v7 ?

Feedback