-
Notifications
You must be signed in to change notification settings - Fork 41
Testing update fix #237
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
Testing update fix #237
Conversation
jupster
left a comment
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.
Give it a version Bump then it is good
|
Might have to check if we can package bump Json OR switch to dotnet's System.Text.Json |
|
ALSO |
fa6df8e to
5a82516
Compare
- Reverts CodeQL analysis to use ubuntu-latest runner due to memory issues. - Enables fetching submodules in CodeQL analysis workflow to ensure proper analysis. - Disables fetching submodules in release workflow and sets fetch-depth to 0 for tag history processing. - Enables Windows targeting and sets publish ready to run options.
275896d to
ca91f42
Compare
Adds a global.json file to specify the .NET SDK version and rollForward policy. This ensures consistent builds and development environments by pinning the SDK version.
Sets up a CodeQL analysis workflow to automatically analyze the codebase for potential security vulnerabilities and code quality issues. The workflow is triggered on push to master, pull requests against master, and manual workflow dispatch. It performs analysis using the 'csharp' language. SonarCloud analysis is temporarily disabled and will be auto-analysing the project and the PRs.
|
Shhhhh~ |
🙊 |
I messed up but is ok
| .github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml | ||
| FASTER_Version.xml = FASTER_Version.xml | ||
| NuGet.Config = NuGet.Config | ||
| .github\workflows\publish.yml = .github\workflows\publish.yml |
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.
WHy removing those from the SLN ?
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.
bro idk, my vs on my desktop fucks with git all the time.
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.
No worries, I put it back :p
|



dotnet 9 =)