Skip to content

Commit e085823

Browse files
Document public unsupported APIs (#6921)
1 parent d0bfa3e commit e085823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nservicebus/upgrades/release-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Given a version number `{major}.{minor}.{patch}`, increment the:
3030

3131
* Text in log and exception messages is not considered part of the public API.
3232
* Specific instances where following SemVer could hide potential message loss between versions.
33+
* Experimental APIs: Public APIs marked with the [ExperimentalAttribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-12.0/experimental-attribute) are considered unsupported and do not adhere to SemVer. Using these APIs requires suppressing compiler warnings, explicitly opting into their unsupported nature. As such, they are subject to change without prior notice or guided obsoletion.
3334

3435
## Backporting important bug fixes
3536

0 commit comments

Comments
 (0)