Activities of "rafael.gonzales"

I think that the timing from GitHub and the ABP release schedule are not aligned. I got an alert from Git Hub about a new pre-release and updated my solution.

I will try again now

There is a critical error after updating to 8.0.0.rc-3

It's not possible to create a project in ABP Suite

I found another bug.

No matter what combination of templates are you using within the MVC scope. When you try to add a new Module for your project. It won't add a reference for the new SubModule in the Web Project.

Hello, It's me again!

I started testing version 8.0.0 r.c-2 and I found this issue in the default template

Project Type: MVC Database: Postgresql Mobile: React Native Non-Tiered

It's missing a class with some pre-defined constants in the default template

Hello, Can we have a "Bugs & Issues" thread for v8.0.0?

Thanks maliming! I will do my best to help debug the RC!

It makes the ABP Suite load again but It keeps throwing errors.

It seems that it's trying to match the version "8.0.0-rc.1+71f937d34fb418ca45d8999261f44164b1a77ef2" instead of "8.0.0-rc.1"

For all the people who are having trouble with this, I found a workaround fix until we get an official response.

Copy the folder C:\Users\XXXX.dotnet\tools.store\volo.abp.suite\8.0.0-rc.1\volo.abp.suite\8.0.0-rc.1\staticwebassets

To C:\Users\XXXX.dotnet\tools.store\volo.abp.suite\8.0.0-rc.1\volo.abp.suite\8.0.0-rc.1\tools\net8.0\any

and rename it to wwwroot

There is also an issue in the file DEMOApplicationTests.cs

There should be a null forgiven in every result.Property or we will be having compilation error. It happens because the result is a nullable variable.

It happens in the following methods.

  • public async Task CreateAsync()
  • public async Task UpdateAsync()

Hello!

There is an issue in the interface with the following structure

public interface IDEMODbContext : IEfCoreDbContext

The DbSet properties there shouldn't have the null forgiven because it's an interface. There is no template to customize it and even if you fix it, every time you generate it from Suite, a new line with the same error gets created.

Showing 81 to 90 of 125 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21