You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> to DependencyPropertyGenerator.IntegrationTests.csproj project
build
open H.Generators.StaticConstructorGenerator folder
there's no H.Generators.IntegrationTests.Generatable.StaticConstructor.g.cs file
Steps to reproduce the bug
add <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> to DependencyPropertyGenerator.IntegrationTests.csproj project
build
open H.Generators.StaticConstructorGenerator folder
Expected behavior
generated H.Generators.IntegrationTests.Generatable.StaticConstructor.g.cs file correctly.
All static constructor should be generated correctly when multiple types with same DependencyPropertyAttribute in one file
Screenshots
NuGet package version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
There are several types with DependencyPropertyAttribute in MainWindow.cs:
DependencyPropertyGenerator/src/tests/DependencyPropertyGenerator.IntegrationTests/MainWindow.cs
Lines 14 to 24 in 7cddc3a
DependencyPropertyGenerator/src/tests/DependencyPropertyGenerator.IntegrationTests/MainWindow.cs
Lines 145 to 152 in 7cddc3a
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
to DependencyPropertyGenerator.IntegrationTests.csproj projectH.Generators.StaticConstructorGenerator
folderthere's no
H.Generators.IntegrationTests.Generatable.StaticConstructor.g.cs
fileSteps to reproduce the bug
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
to DependencyPropertyGenerator.IntegrationTests.csproj projectH.Generators.StaticConstructorGenerator
folderExpected behavior
generated
H.Generators.IntegrationTests.Generatable.StaticConstructor.g.cs
file correctly.All static constructor should be generated correctly when multiple types with same DependencyPropertyAttribute in one file
Screenshots
NuGet package version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: