Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:AzureRestControllers' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Juarez Garcia authored and Beta Bot committed Jan 26, 2025
1 parent fe5beb5 commit 978daa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace GxClasses.Web.Middleware
{
public class GXRouting : IGXRouting
internal class GXRouting : IGXRouting
{

private static readonly IGXLogger log = GXLoggerFactory.GetLogger<IGXRouting>();
Expand Down
1 change: 1 addition & 0 deletions dotnet/src/dotnetcore/GxClasses/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[assembly: InternalsVisibleTo("GxSearch")]
[assembly: InternalsVisibleTo("GxNetCoreStartup")]
[assembly: InternalsVisibleTo("GeneXus.Deploy.AzureFunctions.Handlers")]
[assembly: InternalsVisibleTo("AzureFunctionsLibraries")]
[assembly: InternalsVisibleTo("AzureFunctionsTest")]
[assembly: InternalsVisibleTo("GXQueue")]
[assembly: InternalsVisibleTo("GXMessageBroker")]
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/dotnetframework/GxClasses/Core/GXApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@ public static bool IsRestService
}
#if NETCORE
static bool _isHttpContext;
public static bool IsAzureContext
internal static bool IsAzureContext
{ get; set; }
#endif
public static bool IsHttpContext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>AzureFunctionsLibraries</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 978daa4

Please sign in to comment.