Hi,
are there any plans to migrate the AspNetZeroRadTool to .net8 Sdk? We can only run it with .net7 Sdk which is outdated...
7 Answer(s)
-
0
Hi @[email protected],
Power tools currently works on the dotnet 8 version. What is your project version?
-
0
Hi @[email protected],
Power tools currently works on the dotnet 8 version. What is your project version?
fabian@Laptop-Fabian:~/projects/synaptix-workforce/aspnet-core/AspNetZeroRadTool$ dotnet AspNetZeroRadTool.dll company.json You must install or update .NET to run this application.
App: /home/fabian/projects/synaptix-workforce/aspnet-core/AspNetZeroRadTool/AspNetZeroRadTool.dll Architecture: x64 Framework: 'Microsoft.NETCore.App', version '7.0.0' (x64) .NET location: /usr/lib/dotnet/
The following frameworks were found: 8.0.8 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Learn more: https://aka.ms/dotnet/app-launch-failed
To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=ubuntu.24.04-x64&os=ubuntu.24.04
-
0
Hi @[email protected],
Could you update your AspNetZeroRadTool folder from the GitHub repository? Just keep
config.json
https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/AspNetZeroRadTool
-
0
Hi, PowerTools are really not working as they should.
Regex I use: ^[\w-.]+@([\w-]+.)+[\w-]{2,4}$
Adding a Navigation Property (user can have multiple companies and he can be part of multiple companies):
Since this does not work I didn't add (but should be added as well) Then I click on Generate resulting in this error
Unchecked Add Migration and Update Database then it works...
After code create I noticed that the Regex is not in a string in the test class
At the moment the AspNetZeroRadTool is unuseable!
-
0
Hi,
Could you share your project with [email protected] ?
-
0
Hi,
Could you share your project with [email protected] ?
Sent it to you as a drive link
-
0
Hi,
I found the error. There is an empty JSON named
company.json
. If you remove this your navigation problem will be solved. We will also update the templates regarding the situation in the unit test.The release will be released in the coming days and your problem will be completely solved. I will keep you informed.