返回提交历史
Modified
AutoConfig.Analyzer.Test/Program.cs
+3
-2
Modified
AutoConfig.Analyzer.Test/SystemProfile.cs
+1
-1
Modified
AutoConfig.Analyzer.Test/UserInfo.cs
+1
-1
Modified
AutoConfig.Analyzer.Test/UserProfile.cs
+1
-1
Renamed
AutoConfig.Analyzer.Test/XFEExtension.NetCore.XUnit.Test.csproj
+0
-0
Modified
XFEExtension.NetCore.AutoConfig.sln
+3
-3
Modified
XFEExtension.NetCore.AutoConfig/XFEExtension.NetCore.AutoConfig.csproj
+1
-1
XFEstudio/XFEExtension.NetCore.AutoConfig
更新引用
2fb93d3
代码差异
7 个文件
+10
-9
@@ -1,9 +1,10 @@
1
using System.Diagnostics.CodeAnalysis;
1
using AutoConfig.Analyzer.Test;
2
using System.Diagnostics.CodeAnalysis;
2
3
using System.Text.Json;
3
4
using XFEExtension.NetCore.StringExtension;
4
5
using XFEExtension.NetCore.StringExtension.Json;
5
6
6
namespace AutoConfig.Analyzer.Test;
7
namespace XFEExtension.NetCore.XUnit.Test;
7
8
8
9
public class Program
9
10
{
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.AutoConfig;
2
2
3
namespace AutoConfig.Analyzer.Test;
3
namespace XFEExtension.NetCore.XUnit.Test;
4
4
5
5
public partial class SystemProfile : XFEProfile
6
6
{
@@ -1,4 +1,4 @@
1
namespace AutoConfig.Analyzer.Test;
1
namespace XFEExtension.NetCore.XUnit.Test;
2
2
3
3
/// <summary>
4
4
/// 用户信息
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.AutoConfig;
2
2
3
namespace AutoConfig.Analyzer.Test;
3
namespace XFEExtension.NetCore.XUnit.Test;
4
4
5
5
/// <summary>
6
6
/// 用户配置文件
此文件没有可显示的逐行差异。
@@ -1,6 +1,6 @@
1
1
Microsoft Visual Studio Solution File, Format Version 12.00
2
# Visual Studio Version 17
3
VisualStudioVersion = 17.11.34929.205
2
# Visual Studio Version 18
3
VisualStudioVersion = 18.3.11415.281 d18.3
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.AutoConfig", "XFEExtension.NetCore.AutoConfig\XFEExtension.NetCore.AutoConfig.csproj", "{33769964-C49C-4997-BB87-F8DB9669C98E}"
6
6
ProjectSection(ProjectDependencies) = postProject
@@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.AutoCo
9
9
EndProject
10
10
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.AutoConfig.Analyzer", "XFEExtension.NetCore.AutoConfig.Analyzer\XFEExtension.NetCore.AutoConfig.Analyzer.csproj", "{223198F6-C372-46F7-83E0-DC2504E7FDD3}"
11
11
EndProject
12
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoConfig.Analyzer.Test", "AutoConfig.Analyzer.Test\AutoConfig.Analyzer.Test.csproj", "{30010077-451E-4DEA-9596-72208E41B2A2}"
12
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFEExtension.NetCore.XUnit.Test", "AutoConfig.Analyzer.Test\XFEExtension.NetCore.XUnit.Test.csproj", "{30010077-451E-4DEA-9596-72208E41B2A2}"
13
13
EndProject
14
14
Global
15
15
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -29,7 +29,7 @@
29
29
无
30
30
</PackageReleaseNotes>
31
31
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
32
<Version>2.0.6</Version>
32
<Version>2.0.7</Version>
33
33
<GenerateDocumentationFile>True</GenerateDocumentationFile>
34
34
</PropertyGroup>
35
35