Skip to content

Commit 15eb1ea

Browse files
committedJul 8, 2023
Updating the repo to target the latest .NET 8 preview
1 parent cf181a1 commit 15eb1ea

File tree

168 files changed

+1565
-1530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+1565
-1530
lines changed
 

‎.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ end_of_line = lf
2121
insert_final_newline = true
2222
indent_style = space
2323
indent_size = 4
24+
spelling_error_severity = information
25+
spelling_exclusion_path = exclusion.dic
26+
spelling_languages = en-us
2427
tab_width = 4
2528
trim_trailing_whitespace = true
2629

‎ClangSharp.sln

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
Directory.Build.props = Directory.Build.props
1515
Directory.Build.targets = Directory.Build.targets
1616
Directory.Packages.props = Directory.Packages.props
17+
exclusion.dic = exclusion.dic
1718
global.json = global.json
1819
LICENSE.md = LICENSE.md
1920
NOTICE.md = NOTICE.md

0 commit comments

Comments
 (0)