Skip to content

Commit 3b58cbf

Browse files
committed
fix: 🐛 Fix compile error for Process()
1 parent c21afdb commit 3b58cbf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[App.xaml.cs]
2+
# IDE0005: Using 指令是不需要的。
3+
dotnet_diagnostic.IDE0005.severity = none

AI.NET.sln

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.12.35707.178 d17.12
4+
VisualStudioVersion = 17.12.35707.178
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AI.NET", "AI.NET\AI.NET.csproj", "{11983F49-10DC-4AEC-A9B0-422C2BA822FC}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46900397-3E6C-4936-9BB8-3996DD242AA3}"
9+
ProjectSection(SolutionItems) = preProject
10+
.editorconfig = .editorconfig
11+
EndProjectSection
12+
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1015
Debug|Any CPU = Debug|Any CPU

AI.NET/App.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using AI.NET.Logger;
22
using System.Windows;
3+
using System.Diagnostics;
34

45
namespace AI.NET
56
{

0 commit comments

Comments
 (0)