Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Enum in Generate Proxy files - Angular #20075

Open
1 task done
NicoFrLy opened this issue Jun 20, 2024 · 0 comments
Open
1 task done

Duplicate Enum in Generate Proxy files - Angular #20075

NicoFrLy opened this issue Jun 20, 2024 · 0 comments
Labels

Comments

@NicoFrLy
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

Hello,

I have a Enum lines that are duplicated when I run the generate proxy abp cli command.
image

Then I cannot build the app due to compilation errors. The enum is event not present in models.ts file.

Reproduction Steps

I'm not able to reproduce it outside of our projet. I have other projets where this does not happens.

Expected behavior

No duplicate lines.

Actual behavior

All the enum are duplicated and tried to import from the wrong file.

Regression?

Yes it has worked previously. I tried with ABP 8.1.4 and 8.2.0-rc5, same behavior.
I've tried to downgrade to ABP 8.1.3 and still the same issue. But the others project is also running ABP 8.1.3 and I cannot reproduce the issue on it.

Known Workarounds

Delete manually the duplicate lines and the Build is working fine.

Version

8.1.4

User Interface

Angular

Database Provider

EF Core (Default)

Tiered or separate authentication server

Separate Auth Server

Operation System

Linux

Other information

No response

@NicoFrLy NicoFrLy added the bug label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant