Skip to content

Commit 0d15604

Browse files
committed
Update description
1 parent 0ba5407 commit 0d15604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/syslib-diagnostics/syslib5003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ f1_keywords:
88

99
# SYSLIB5003: SVE is a preview feature can be used by enabling EnablePreviewFeatures flag
1010

11-
In .NET 9 first set of non-streaming SVE APIs were introduced as [[Experimental]](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute?view=net-9.0). If you are using these APIs in your project, enable the preview mode in your project using `EnablePreviewFeatures`.
11+
In .NET 9 first set of non-streaming SVE APIs were introduced as [[Experimental]](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute?view=net-9.0). This indicates that both the internal implementation and the generated code for SVE may undergo changes. This includes potential modifications to method signatures, parameters, or namespaces in future updates, aimed at ensuring robust support for upcoming SVE technologies and streaming SVE designs. If you are using these APIs in your project, enable the preview mode in your project using `EnablePreviewFeatures`.
1212

1313
```csharp
1414
<PropertyGroup>

0 commit comments

Comments
 (0)