Activities of "ezarmer"

  • ABP Framework version: v8.1.x/8.2.x
  • UI Type: Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: Not really required.
  • Steps to reproduce the issue: There's too much to list, however, I've been working with ABP all-day long trying to resolve an issue with Abp Suite. When I created two entities, SpecialtyBreed and CommercialBreed, I added two properties. They are BreedName and Description. During CRUD generation the Description property never made it into the IXXXRepository and cause many issues, including with the tests. I also had the same issue with adding a property name "Photo" which was a string property.

I've cleared the OBJ and BIN directories, closed/reopened Visual Studio and no luck. Also, going back to version 8.0.0 I have an ENUM in the Domain.Shared/Enums. I can't even use it because the generated code is looking for the Enum in ApplicationName.Shared.

For me personally, it should not matter where support comes from. Being told on Discord that I must ask my question via the support website is, well, frankly rude and unprofessional. If the community can help answer questions then it takes some burden off of the support team. So, why wouldn't you want this?

The 2 biggest issues I have with the support are: One line answers with no explanation or details. For example: "Add an override to the X method" and then a link to code on GitHub Similar to item 1, single line responses that are a link to documentation that doesn't answer the question and in most cases we've already read.

Bare-minimum support is to provide a link to documentation. Don't do the bare minimum only.

World-class support attempts to understand what the user is asking and provide a slightly more in-depth answer, an example, or short code snippet. Strive to be world-class.

Speaking of documentation. Either keep up with your documentation or hire a technical writer to do that. Documentation in general seems to be outdated.

One thing I would like personally is a notice that the ticket investigation has started, or even has been seen, on a post.

I've seen one ticket today that's over 9 days old without even initial feedback on it, just a chaser by the OP.

I've logged a P1 ticket for us today as we can't do any work with the feed out, but no idea if it's even been seen by the support team.

I agree with you. It would be nice to know that someone has acknowledge the fact that we've posted a ticket.

Hey Team, I have a question for all of you. I have previously created my database which contains linking tables. Am I able to utilize ABP Suite to maintain my data schema? If not, what is the recommended way to implement linking tables in the ABP Framework?

  • ABP Framework version: v8.0.1
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: N/A
  • Steps to reproduce the issue: N/A

I’m trying to add a module to my Blazor server solution based off of the Application Template. My primary solution is NexusSystems and the module I’m trying to add is NexusSystems.BinManagement. I’ve installed Redis on WSL, however, when I check the box to add to solution I receive a permissions error to the Application.Context.dll for the module. I had the solutions in the c:\Users\username\source\repos and then moved to the public docs as well as unchecking the read only box under folder properties, still no luck.

  • ABP Framework version: v8.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yno
  • Exception message and full stack trace: Permission to NexusSystems.BinManagement.Application.Contrxt.dll Denied
  • ABP Framework version: v7.4.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Steps to reproduce the issue:
  1. Create a new Angular project with MAUI.
  2. Perform all required pre-run steps, including seeding of the database.
  3. Run the application to assure it works and you're able to login.
  4. Now, utilizing Abp Suite create a new entity name GrowthRate and use the following properties:
    1. Girth - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    2. Weight - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    3. Length - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    4. AssessmentDate - Datatype as datetime non-nullable.

Once that has been completed your build should fail when you attempt to run it. As you can see from the attached image the values are trying to use a Date Datatype.

It might be related to TokenProvider in the project.

In the template, it register itself with default name but I found a problem with that logic.

  • Please make sure MauiBlazorAccessTokenStore class in your project have [ExposeServices(typeof(IAccessTokenStore))] attribute on it and implements ITransientDependency interface. As the final result it should be something like this:
[Volo.Abp.DependencyInjection.Dependency(ReplaceServices = true)] 
[ExposeServices(typeof(IAccessTokenStore))] 
public class MauiBlazorAccessTokenStore : IAccessTokenStore, ITransientDependency 
{ 
    // ... 
  • Make sure MauiBlazorAccessTokenProvider class has also[ExposeServices(typeof(IAbpAccessTokenProvider))] attribute on it

[Volo.Abp.DependencyInjection.Dependency(ReplaceServices = true)] [ExposeServices(typeof(IAccessTokenStore))] public class MauiBlazorAccessTokenStore : IAccessTokenStore

I made the changes as requested and to no avail the same issue is present. Is there a way I can get someone to remote in and take a look? At this point it's really becoming a hindrance. I do understand you guys are trying to resolve the problem though.

The only issue I'm facing now is the hamburger menu doesn't display all of the menu options. It just displays home as seen below in the image.

Maybe it would help if I had more coffee :-). I didn't even realize there was the Android Adb Command Prompt. I did run the command successfully. Per documentation, I did run the command after starting the emulator and it ran successfully. Thank you for the continued support. For others facing the same issue as myself, please follow @ensin advise step-by-step as well as check the documentation link for any updated instructions that may come with future releases.

顯示 13 個紀錄的 1 到 10 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11