xamarin-macios/dotnet/Templates/Microsoft.iOS.Templates/ios
Rolf Bjarne Kvinge feff95ccbb
[dotnet] Make the VB templates compile use models instead of protocol interfaces. (#20576)
VB doesn't support default interface members, and will show an error for all
unimplemented interface members, even if they have a default implementation.

This is a problem for the VB templates, because they make use of protocol
interfaces, which will soon have interface members with default
implementations.

In order to get around this, change the VB templates to use the model class
instead of the protocol interfaces.
2024-05-08 10:12:30 +02:00
..
csharp [net8.0] Merge main into net8.0. 2023-01-31 14:52:18 +01:00
fsharp [net8.0] Merge main into net8.0. 2023-01-31 14:52:18 +01:00
visualbasic [dotnet] Make the VB templates compile use models instead of protocol interfaces. (#20576) 2024-05-08 10:12:30 +02:00