Which Class Library

After failing to find any updated tutorials for Visual Studio 22 or .Net 6 yesterday, I installed Visual Studio 17 and tried the top five out of what I did find. They all say to create a Class Library, but their screen shots don’t seem to over other choices with similar names. Legacy sounds most promising but then it recommends .NET Standard. Any reason I should choose one of these four over the others. I’d eventually like to get back to Visual Studio 22 but I’d like to understand what I’m doing first.

Depends on your needs, but you’ll generally want to use .NET Framework when developing for Dynamo.

2 Likes

yes, and thank you again

If you haven’t already, I would do some research on the differences between .NET Framework, .NET Standard, and .NET (formerly .NET Core). It’s important to understand so that you know which platform and version to target during development.

3 Likes