basic-reference-assemblies icon indicating copy to clipboard operation
basic-reference-assemblies copied to clipboard

Missing ReferenceAssemblyKind.Net50

Open bernd5 opened this issue 2 years ago • 3 comments

I have a project which uses ReferenceAssemblyKind.Net50. In the current version it was removed (e.g. to remove the binary size...) - how should users query for net5.0?

bernd5 avatar Dec 16 '22 23:12 bernd5

I got it: comp.WithReferences(Net50.References.All).

In my eyes it would be better to introduce a new "SupportedOnly.BasicReferenceAssemblies".

bernd5 avatar Dec 16 '22 23:12 bernd5

In my eyes it would be better to introduce a new "SupportedOnly.BasicReferenceAssemblies".

Not quite sure what you mean by this. Can you elaborate?

jaredpar avatar Dec 21 '22 16:12 jaredpar

I just mean that it would better to have a separate package which is smaller and contains only supported APIs instead of introducing a breaking change...

bernd5 avatar Dec 21 '22 20:12 bernd5