Skip to content

Commit

Permalink
Merge pull request #15 from GovTechSG/development
Browse files Browse the repository at this point in the history
Merge Development to Master
  • Loading branch information
GTYeokh authored Nov 22, 2021
2 parents 48cb4b7 + 4278059 commit 97327e2
Show file tree
Hide file tree
Showing 40 changed files with 1,592 additions and 1,705 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[*.cs]

# IDE0090: Use 'new(...)'
csharp_style_implicit_object_creation_when_type_is_apparent = true

# IDE0090: Use 'new(...)'
dotnet_diagnostic.IDE0090.severity = none

# IDE0054: Use compound assignment
dotnet_diagnostic.IDE0054.severity = none
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ NUnit3TestAdapter-3.8.0.vsix

# dotCover
*.dotCover

TestHarness/
32 changes: 0 additions & 32 deletions .vs/ApiSecuritySolution/xs/UserPrefs.xml

This file was deleted.

Empty file.
Binary file removed .vs/ApiSecuritySolution/xs/sqlite3/storage.ide
Binary file not shown.
Binary file not shown.
Binary file removed .vs/ApiSecuritySolution/xs/sqlite3/storage.ide-wal
Binary file not shown.
3 changes: 2 additions & 1 deletion ApiSecuritySolution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE
README.md = README.md
CHANGELOG.md = CHANGELOG.md
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
Expand All @@ -29,7 +30,7 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = Internal Update
version = 0.1.2
version = 2.0.1
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
Expand Down
Loading

0 comments on commit 97327e2

Please sign in to comment.