-
Notifications
You must be signed in to change notification settings - Fork 0
An attempt at building a cross platform executable with dotnet #12
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: main
Are you sure you want to change the base?
Conversation
# Local History for Visual Studio | ||
.localhistory/ | ||
|
||
# BeatPulse healthcheck temp database |
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.
This looks irrelevant, as do quite a few entries in this file. It's difficult to see what is relevant.
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net5.0</TargetFramework> |
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.
I wondered if it would be better to use Net Core rather than the full framework?
// run CommitHookCheckInterface checks | ||
// return 0 if everything is ok | ||
// or 1 if something should be aborted | ||
return 0; |
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.
This doesn't appear to do anything - ah - now I realise this is just a framework, not a complete implementation.
|
||
This is currently used to decide if large file should be commited. |
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.
These changes look sensible, but I feel they should be removed from this PR as it makes it impossible to merge it to main as it replaces the python calls but without replacing them with a working C# version. I feel it would be better to be able to merge the C# to main independently of these changes to make them the default.
No description provided.