Skip to content
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

Clean up CodeQL issues #275

Merged
merged 30 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6de88fc
update changelog_configuration.json
Freezor Jun 13, 2024
c27f854
Merge remote-tracking branch 'origin/main'
Freezor Jun 13, 2024
adec6bf
update project version
Freezor Jun 13, 2024
714432e
add dockerfiles to solution
Freezor Jun 13, 2024
c68cb09
update changelog configuration to be more accurate
Freezor Jun 13, 2024
4bc31ca
Add comment to job
Freezor Jun 13, 2024
ccfa56c
Make prerelease build check for changes before running and add Cron-J…
Freezor Jun 13, 2024
68e8029
update workflow name
Freezor Jun 13, 2024
7df5e74
fix env outpu
Freezor Jun 13, 2024
2df9d66
build nightly on push for testing purpose
Freezor Jun 13, 2024
c55531b
fix check previous build job
Freezor Jun 13, 2024
39cc172
fix the nightly build and allow manual workflow triggering
Freezor Jun 13, 2024
0266449
fix csproj version tag
Freezor Jun 13, 2024
611dd28
apply new information
Freezor Jun 13, 2024
860c11b
improve CONTRIBUTING.md and README.md based on newest release workflo…
Freezor Jun 13, 2024
8039e0e
Fix documentation
Freezor Jun 13, 2024
285950d
Create SECURITY.md
Freezor Jun 13, 2024
cd8a1f8
Fix grammar
Freezor Jun 13, 2024
e6c5410
update changelog categories
Freezor Jun 13, 2024
9c51401
Merge remote-tracking branch 'origin/main'
Freezor Jun 13, 2024
52dd8ce
Remove not accessed variable and fix format
Freezor Jun 13, 2024
6596d97
apply format to Program.cs
Freezor Jun 13, 2024
08e06a2
fix format
Freezor Jun 13, 2024
c0f8e01
FIx Potentially dangerous use of non-short-circuit logic in ExtendObj…
Freezor Jun 13, 2024
f21a5ae
FIx invalid String formatting
Freezor Jun 13, 2024
fe07c54
Remove unused local variables in SampleNodeManager.cs
Freezor Jun 13, 2024
561874c
Fix Class does not implement Equals(object) for SearchResultItem in A…
Freezor Jun 13, 2024
a670d98
Fix Class does not implement Equals(object) in types.cs
Freezor Jun 13, 2024
4d26906
Fix Class does not implement Equals(object) in types.cs
Freezor Jun 13, 2024
7b18dd3
Fix build
Freezor Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ indent_size = 2

# Code files
[*.{cs,csx,vb,vbx}]
indent_style = space
indent_size = 4
insert_final_newline = false

Expand Down
Loading
Loading