Skip to content

Commit 11b5a98

Browse files
Merge pull request #282706 from tomvcassidy/sfNET8AdditionalInfo
important .NET 8 callouts for SF 10.1CU3+
2 parents 819b19d + 05826ff commit 11b5a98

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/service-fabric/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Service Fabric releases
33
description: Release notes for Azure Service Fabric. Includes information on the latest features and improvements in Service Fabric.
4-
ms.date: 06/25/2024
4+
ms.date: 07/31/2024
55
ms.topic: reference
66
ms.author: tomcassidy
77
author: tomvcassidy
@@ -31,6 +31,10 @@ We're excited to announce that the 10.1 release of the Service Fabric runtime ha
3131
- Service Fabric now emits a health event visible in SFX/SFE when Sessions are exhausted.
3232
- This allows the weight of InBuild Auxiliary replicas to be set when applied to InBuild throttling. A higher weight means that an InBuild Auxiliary replica will take up more of the InBuild limit, and likewise a lower weight would consume less of the limit, allowing more replicas to be placed InBuild before the limit is reached.
3333
- Starting with Cumulative Update 3.0 (CU3) of the Service Fabric 10.1 runtime, the .NET 8 runtime is supported.
34+
- For those interested in using .NET 8, keep the following in mind:
35+
- You need to rebuild and redeploy your applications with .NET 8. This step isn't necessary if you want to continue using older versions of .NET.
36+
- If you deploy **self-contained** applications, know that applications are [no longer self-contained by default in .NET 8](/dotnet/core/compatibility/sdk/8.0/runtimespecific-app-default). You must explicitly add and set the `SelfContained` property to `true` to your projects in .NET 8.
37+
- For customers utilizing Service Fabric Remoting v1, customers must enable the `BinaryFormatter`, which isn't enabled with .NET 8. For the procedure to enable BinaryFormatter, see the [BinaryFormatter Obsoletion Strategy GitHub page](https://github.com/dotnet/designs/blob/main/accepted/2020/better-obsoletion/binaryformatter-obsoletion.md).
3438

3539
### Service Fabric 10.1 releases
3640
| Release date | Release | More info |

articles/service-fabric/service-fabric-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ author: tomvcassidy
77
ms.service: service-fabric
88
ms.custom: linux-related-content
99
services: service-fabric
10-
ms.date: 06/24/2024
10+
ms.date: 07/31/2024
1111
---
1212

1313
# Service Fabric supported versions
14-
The tables in this article outline the Service Fabric and platform versions that are actively supported.
14+
The tables in this article outline the Service Fabric and platform versions that are actively supported. For a general summary of key announcements for each version, see the [Service Fabric versions page](service-fabric-versions.md). For more in-depth release notes, follow the link in the desired version's row in the following [listed versions tables](#listed-versions).
1515

1616
> [!NOTE]
1717
> For a list of all the available Service Fabric runtime versions in available for your subscription, follow the guidance in the [Check for supported cluster versions section of the Manage Service Fabric Cluster Upgrades guide](service-fabric-cluster-upgrade-version-azure.md#check-for-supported-cluster-versions).
1818
>
1919
> For the procedure to upgrade your Service Fabric runtime version, see [Upgrade the Service Fabric version that runs on your cluster](service-fabric-cluster-upgrade-windows-server.md).
2020
21-
Use the following Windows/Linux tab selector to view the corresponding listed Service Fabric runtime versions for Windows and Linux.
21+
Use the following **Windows/Linux tab selector** to view the corresponding listed Service Fabric runtime versions for Windows and Linux.
2222

2323
# [Windows](#tab/windows)
2424

0 commit comments

Comments
 (0)