Skip to content

Commit 3c14450

Browse files
Remove wrong .cs in .sln
Set GetLogFactory as internal.
1 parent 1e13260 commit 3c14450

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dotnet/DotNetStandardClasses.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ EndProject
104104
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GXAzureStorage", "src\dotnetcore\Providers\Storage\GXAzureStorage\GXAzureStorage.csproj", "{BF72FAF5-3A7C-41B6-A27F-9BE049290356}"
105105
EndProject
106106
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1D6F1776-FF4B-46C2-9B3D-BC46CCF049DC}"
107-
ProjectSection(SolutionItems) = preProject
108-
src\dotnetcore\GxNetCoreStartup\Startup.cs = src\dotnetcore\GxNetCoreStartup\Startup.cs
109-
EndProjectSection
110107
EndProject
111108
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GxEncryptCMD", "src\dotnetframework\GxEncryptCMD\GxEncryptCMD.csproj", "{E2CC404A-3AE4-4CE9-84DC-0EA6078F69E3}"
112109
EndProject

dotnet/src/dotnetcore/GxClasses/Services/LogService/GXLogService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ public interface IGXLogProvider : ILoggerFactory
1010
ILoggerFactory GetLoggerFactory();
1111
}
1212

13-
public static class GXLogService
13+
internal static class GXLogService
1414
{
1515
private static string LOG_SERVICE = "Log";
1616

17-
public static ILoggerFactory GetLogFactory()
17+
internal static ILoggerFactory GetLogFactory()
1818
{
1919
IGXLogProvider gxLogProvider = null;
2020
GXService providerService = GXServices.Instance?.Get(LOG_SERVICE);

0 commit comments

Comments
 (0)