Skip to content

8.0.0-preview.7.8842

Pre-release
Pre-release
Compare
Choose a tag to compare
@rmarinho rmarinho released this 08 Aug 13:11
· 1 commit to release/8.0.1xx-preview7 since this release
fb23473

How to install?

This release is best with Visual Studio 2022 17.8 Preview 1 on Windows, Visual Studio for Mac latest release, or the .NET MAUI extension for VS Code (Preview).

Windows

Install Visual Studio 2022 17.8 Preview 1 and select the .NET Multi-platform App UI workload, and then check the optional component “.NET MAUI (.NET 8 Preview)”.

Mac

In order to enable the latest Visual Studio for Mac to work with .NET 8 previews, enable .NET 8 previews in the preferences "Preview Features" section.

To install .NET 8 Preview 7 follow the instructions below.

All

Follow these instructions unless you have installed on Windows with the Visual Studio version above.

Download the .NET 8 Preview 7 SDK, followed by:

> dotnet workload install maui
...
Successfully installed workload(s) maui.

To verify installation:

> dotnet workload list

Installed Workload Id      Manifest Version                            Installation Source
--------------------------------------------------------------------------------------------
maui                    8.0.0-preview.7.8842/8.0.100-preview.7      SDK 8.0.100-preview.7

What's Changed

Tests

Docs

  • Add note to Colors.xaml to make people aware of Android specific colors by @jfversluis in #15855

Dependency Updates

Housekeeping

  • Update DEVELOPMENT.md by @BretJohnson in #15777
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #15980
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #15988
  • Add VS Feedback and VS Code links to bug report template list by @Eilon in #16121
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #16033
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #16221
  • Add a solution for vscode on macos by @mattleibow in #16229
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #16271
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #16300
  • [provisioning] Make sure to provision mono for nuget by @rmarinho in #16347
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #16356
  • [net8.0] Bump maui stable version by @rmarinho in #16342
  • [release/8.0.1xx-preview.6.2] Bring old tizen and iOS versions and net8 changes by @rmarinho in #16381
    *[ci] Sign unsigned .net 8 preview 7 files by https://github.com/pjcollins in https://github.com/dotnet/maui/pull/16422

New Contributors

Full Changelog: 8.0.0-preview.6.8686...8.0.0-preview.6.8771