v0.3
Pre-release
Pre-release
Version 0.3 (Alpha)
- Support for Xcode 15
- SwiftUI sample project
- Fixed Swift equivalence operator (
==
,!=
,===
,!==
) implementations for optionals - typeOf implementations for .NET primitives are now generated
- Support for nullable structs
- Nullability annotations are now honored
- First class support for
ReadOnlySpan<byte>