DEV Community

Discussion on: Enabling C# 9 in Xamarin & .NET Standard Projects

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

What happens if you hack record support in a netstandard 2.0 lib and use it in something like a net core 2.1 web api?

Collapse
 
jamesmontemagno profile image
James Montemagno

Should work just fine, it is just a compiler thing.