Skip to content

Commit

Permalink
updates AX# packages (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored Jan 31, 2025
1 parent b09aca6 commit 8f1b7c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.22.0-alpha.326",
"version": "0.23.0-alpha.343",
"commands": [
"ixc"
],
Expand All @@ -17,14 +17,14 @@
"rollForward": false
},
"AXSharp.ixd": {
"version": "0.22.0-alpha.326",
"version": "0.23.0-alpha.343",
"commands": [
"ixd"
],
"rollForward": false
},
"AXSharp.ixr": {
"version": "0.22.0-alpha.326",
"version": "0.23.0-alpha.343",
"commands": [
"ixr"
],
Expand Down
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<GlobalPackageReference Include="GitVersion.MsBuild" Version="5.10.3" />

<!-- AX# START -->
<PackageVersion Include="AXSharp.Abstractions" Version="0.22.0-alpha.326" />
<PackageVersion Include="AXSharp.Connector" Version="0.22.0-alpha.326" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.22.0-alpha.326" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.22.0-alpha.326" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.22.0-alpha.326" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.23.0-alpha.343" />
<PackageVersion Include="AXSharp.Connector" Version="0.23.0-alpha.343" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.23.0-alpha.343" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.23.0-alpha.343" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.23.0-alpha.343" />
<!-- AX# END -->

<PackageVersion Include="ClosedXML" Version="0.104.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected override async Task<bool> ValidateAuthenticationStateAsync(

if (user == null)
{
AxoApplication.Current.Logger.Warning($"User '{user.UserName}' does not found in the database. Will be logged out!", userPrincipal.Identity);
AxoApplication.Current.Logger.Warning($"User '{userPrincipal.Identity.Name}' does not found in the database. Will be logged out!", userPrincipal.Identity);
return false;
}

Expand Down

0 comments on commit 8f1b7c2

Please sign in to comment.