File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dotnetcore/GxClasses.Web/Middleware
dotnetframework/GxClasses/Core
extensions/Azure/Handlers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323namespace GxClasses . Web . Middleware
2424{
25- internal class GXRouting : IGXRouting
25+ public class GXRouting : IGXRouting
2626 {
2727
2828 private static readonly IGXLogger log = GXLoggerFactory . GetLogger < IGXRouting > ( ) ;
Original file line number Diff line number Diff line change @@ -3040,7 +3040,7 @@ public static bool IsRestService
30403040 }
30413041#if NETCORE
30423042 static bool _isHttpContext ;
3043- internal static bool IsAzureContext
3043+ public static bool IsAzureContext
30443044 { get ; set ; }
30453045#endif
30463046 public static bool IsHttpContext
Original file line number Diff line number Diff line change 2828 </PropertyGroup >
2929
3030 <ItemGroup >
31- <Compile Include =" Helpers\*;Functions\**\*.cs ;Program.cs" />
31+ <Compile Include =" Helpers\*;Functions\*;Program.cs" />
3232 </ItemGroup >
3333
3434 <ItemGroup Condition =" '$(BlobSupport)' == 'true'" >
You can’t perform that action at this time.
0 commit comments