Conversation
TrevorDArcyEvans
commented
May 24, 2022
- conversion of VB.NET sample to C#
- factored out SolveSpace functionality to a separate file & namespace
- C# project
|
Does this actually work? I never noticed the VB.NET one but C# seems like an even better idea. |
|
@phkahler Does it work? LOL! It definitely works ie outputs something to console and doesn't crash. |
| @@ -0,0 +1,369 @@ | |||
| ## Ignore Visual Studio temporary files, build results, and | |||
There was a problem hiding this comment.
Adding such a huge .gitignore seems like bad form to me. One that ignores only the specific files and directories created by VS when building the example is (in my opinion) better. Currently I do not have the C# build tools in my VS installation but I will add them (when I get to my development system) and try the example.
There was a problem hiding this comment.
That is clear from the comment at the top.
|
Please take a look at the new C library, especially Also you might want to use |