Skip to content

Commit 385ee30

Browse files
committed
Driver
1 parent 7199c69 commit 385ee30

File tree

3 files changed

+318
-170
lines changed

3 files changed

+318
-170
lines changed

docs/preview-apis.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,19 @@ The
102102
[AppStore.RequestReview](https://developer.apple.com/documentation/storekit/appstore/3954432-requestreview/)
103103
method is Swift API we've bound manually, and as such it's marked as experimental until .NET 10.
104104

105-
[1]: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute?view=net-8.0
106-
107105
## Rgen (APL0003)
108106

109107
Rgen is the new Roslyn codegenerator based binding tool. The tool is underdevelopment and its API is open to change until
110108
a stable release is announced.
111109

112110
The diagnostic id for Rgen is APL0003.
111+
112+
## CoreMidi.MidiDriver (APL0004)
113+
114+
The [MIDIDevice](https://developer.apple.com/documentation/coremidi/midi-drivers) API is untested, and as such it's marked experimental until .NET 11.
115+
116+
The diagnostic id for MidiDevice is APL0004.
117+
118+
119+
120+
[1]: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute?view=net-8.0

0 commit comments

Comments
 (0)