File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
dotnetframework/GxClasses/Core
extensions/Azure/Abstractions Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222
2323namespace GxClasses . Web . Middleware
2424{
25- public class GXRouting : IGXRouting
25+ internal class GXRouting : IGXRouting
2626 {
2727
2828 private static readonly IGXLogger log = GXLoggerFactory . GetLogger < IGXRouting > ( ) ;
Original file line number Diff line number Diff line change 44[ assembly: InternalsVisibleTo ( "GxSearch" ) ]
55[ assembly: InternalsVisibleTo ( "GxNetCoreStartup" ) ]
66[ assembly: InternalsVisibleTo ( "GeneXus.Deploy.AzureFunctions.Handlers" ) ]
7+ [ assembly: InternalsVisibleTo ( "AzureFunctionsLibraries" ) ]
78[ assembly: InternalsVisibleTo ( "AzureFunctionsTest" ) ]
89[ assembly: InternalsVisibleTo ( "GXQueue" ) ]
910[ assembly: InternalsVisibleTo ( "GXMessageBroker" ) ]
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- public static bool IsAzureContext
3043+ internal static bool IsAzureContext
30443044 { get ; set ; }
30453045#endif
30463046 public static bool IsHttpContext
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
5+ <AssemblyName >AzureFunctionsLibraries</AssemblyName >
56 </PropertyGroup >
67
78 <ItemGroup >
You can’t perform that action at this time.
0 commit comments