Skip to content

Commit

Permalink
use SKEXP0040
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Apr 29, 2024
1 parent f047d6f commit 2cbb9ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dotnet/docs/EXPERIMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can use the following diagnostic IDs to ignore warnings or errors for a part
| SKEXP0040 | Markdown functions | | | | | |
| SKEXP0040 | OpenAPI functions | | | | | |
| SKEXP0040 | OpenAPI function extensions | | | | | |
| SKEXP0040 | Prompty Format support | | | | | |
| | | | | | | |
| SKEXP0050 | Core plugins | | | | | |
| SKEXP0050 | Document plugins | | | | | |
Expand All @@ -78,5 +79,4 @@ You can use the following diagnostic IDs to ignore warnings or errors for a part
| SKEXP0101 | Experiment with Assistants | | | | | |
| SKEXP0101 | Experiment with Flow Orchestration | | | | | |
| | | | | | | |
| SKEXP0110 | Agent Framework | | | | | |
| SKEXP0120 | Prompty Format support | | | | | |
| SKEXP0110 | Agent Framework | | | | | |
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<IsPackable>false</IsPackable>
<NoWarn>CA2007,CS1591,VSTHRD111;SKEXP0120</NoWarn>
<NoWarn>CA2007,CS1591,VSTHRD111;SKEXP0040</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
using System.Diagnostics.CodeAnalysis;

// This assembly is currently experimental.
[assembly: Experimental("SKEXP0120")]
[assembly: Experimental("SKEXP0040")]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<IsPackable>false</IsPackable>
<NoWarn>CS1591;CA2007,CA1861,CA1869,VSTHRD111,SKEXP0040,SKEXP0010,SKEXP0001;SKEXP0120</NoWarn>
<NoWarn>CS1591;CA2007,CA1861,CA1869,VSTHRD111,SKEXP0040,SKEXP0010,SKEXP0001</NoWarn>
</PropertyGroup>
<Import Project="$(RepoRoot)/dotnet/src/InternalUtilities/test/TestInternalUtilities.props" />

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/Functions/Functions.Prompty/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
using System.Diagnostics.CodeAnalysis;

// This assembly is currently experimental.
[assembly: Experimental("SKEXP0120")]
[assembly: Experimental("SKEXP0040")]

0 comments on commit 2cbb9ae

Please sign in to comment.