You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,33 +104,9 @@ When using Native AOT with Avalonia, be aware of these limitations:
124
104
125
105
## Platform Support
126
106
127
-
| Platform | Status |
128
-
|----------|--------|
129
-
| Windows x64 | ✅ Supported |
130
-
| Windows Arm64 | ✅ Supported |
131
-
| Linux x64 | ✅ Supported ||
132
-
| Linux Arm64 | ✅ Supported |
133
-
| macOS x64 | ✅ Supported ||
134
-
| macOS Arm64 | ✅ Supported |
135
-
| Browser | ❌ Not Supported |
136
-
137
-
## Best Practices
138
-
139
-
1.**Application Structure**
140
-
- Use MVVM pattern consistently
141
-
- Minimize reflection usage
142
-
- Prefer compile-time configuration
143
-
144
-
2.**Resource Management**
145
-
- Use static resources when possible
146
-
- Bundle all required assets
147
-
- Implement proper cleanup in IDisposable
148
-
149
-
3.**Performance Optimization**
150
-
- Enable binding compilation
151
-
- Use compiled bindings
152
-
- Implement proper virtualization for large collections
107
+
For platform support, please refer to [Platform/architecture restrictions](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/#platformarchitecture-restrictions).
153
108
154
109
## Additional Resources
155
110
156
-
-[Avalonia Sample Applications with Native AOT](https://github.com/AvaloniaUI/Avalonia.Samples)
0 commit comments