-
Notifications
You must be signed in to change notification settings - Fork 537
C# sample project #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
C# sample project #1248
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a 'standard' .gitignore from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |