Activities of "EngincanV"

In the 8.0.0 version of Abp Suite with the new version of EntityFramework that supports the DateOnly and TimeOnly types, it would be useful to add them to the list of types that can be used to create a property in an entity.

Thanks for your suggestion, I have created an internal issue for this.

Awesome thank you. Any way we can get our ticket refunded?

Sure, I have refunded your ticket. Thanks for your understanding. I have fixed the problem in our internal repository and it will be included in the next version. So, I close the question.

Regards.

I've got this error when create microservice solution in abp suite preview 8.0.0-rc.1

Hi, you need to re-install the ABP Suite, as described here. Then, you should be able to create the microservice solution template:

I have tested it and can confirm there is a problem as you stated. I will fix it and it will be included in the next release.

For a quick fix, you should change the TValue type to TValue = ContactJobType?, instead of TValue = ContactJobType.

Hi, thanks for reporting I will test this and write you back to you ASAP.

Hi, it seems the Blazor application could not connect to the Host project or the bundle was outdated and caused the problem. If you are ensured that the Host project was working then probably the bundle was correct and after the next generation, it got fixed.

As I understand, your problem is fixed but if it still persists, please share the logs of the host application.

Regards.

Hi, we have fixed the libs folder problem in the ABP Suite. You should do the following steps:

  • uninstall the tool (dotnet tool uninstall -g Volo.Abp.Suite)
  • clear the NuGet cache (dotnet nuget locals all --clear) - this is not required but to ensure it's good to clear the cache -
  • then install the suite with v8.0.0-rc.1 (abp suite install --preview or abp suite update --preview (if you haven't upgraded before))

When you do the steps above, the libs folder problem will be resolved but the license problem will continue, and we are currently working on it, I will inform you, when it's fixed.

Regards.

P.S: We don't know if its intended but we also noticed that with ABP 7.4.2 under HttpApi project a "TestModel.cs" is created when initializing the project with Abp Suite

Thanks for noting this, I have taken note of this one too.

Answer

I close the question since your problem seems to be related to inconsistent versions of ABP Suite and ABP. Feel free to re-open it if the answer above does not fix your problem.

Regards.

Hi, yes you are right the other filters should also be passed to the parameter and the filtering should work for them as well. I have created an internal issue (#15729) for this and will fix it asap.

Also, is it not wiser to use a POST request rather then a GET because the query parameters in a GET requests has a 2048 character limit and could possibly go over if i have enough filters?

I understand your intent but since we are getting a result back and not adding or updating any record to a datastore, and instead just collecting the result and returning it GET request seems more proper, according to REST API guides.

Showing 211 to 220 of 724 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11