abp icon indicating copy to clipboard operation
abp copied to clipboard

Cannot resolve symbol '__builder' in ExtensionProperties.razor

Open beriniwlew opened this issue 2 years ago • 3 comments

Check the ExtensionProperties.razor file in the Volo.Abp.BlazoriseUI project.

__builder is incorrectly referenced, it should be builder

beriniwlew avatar Aug 07 '22 16:08 beriniwlew

@realLiangshiwei can you check this please. Add bug label if that's true.

hikalkan avatar Aug 07 '22 16:08 hikalkan

https://github.com/abpframework/abp/commit/7597f4203d6bacd9ca933f9ef8f927a647979924

beriniwlew avatar Aug 07 '22 16:08 beriniwlew

Did you run the dotnet build command when change to builder

image

realLiangshiwei avatar Aug 08 '22 02:08 realLiangshiwei