Skip to content

Commit 72c80e7

Browse files
committed
testing updated the commenting to code.
1 parent 1fde43f commit 72c80e7

File tree

5 files changed

+478
-243
lines changed

5 files changed

+478
-243
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# CS8601: Possible null reference assignment.
4+
dotnet_diagnostic.CS8601.severity = warning

TreeGen.sln

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33213.308
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeGen", "TreeGen\TreeGen.csproj", "{5765E481-9023-45AC-9431-64C2A8A90F3B}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TreeGen", "TreeGen\TreeGen.csproj", "{5765E481-9023-45AC-9431-64C2A8A90F3B}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49DD6464-9CA9-42F0-BE7C-1B3C5CBAC897}"
9+
ProjectSection(SolutionItems) = preProject
10+
.editorconfig = .editorconfig
11+
EndProjectSection
712
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)