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
It seems the generated code uses a extension method ResetContents that requires using ImmutableObjectGraph; which is not present on the generated file.
It happens when use fields of type ImmutableList
The text was updated successfully, but these errors were encountered:
using ImmutableObjectGraph to original source files solve the compilation error, but is not required on original source files since the [GenerateImmutable] attribute lives in ImmutableObjectGraph.Generation and VS can remove the unused directive on cleanup.
It seems the generated code uses a extension method ResetContents that requires
using ImmutableObjectGraph; which is not present on the generated file.
It happens when use fields of type ImmutableList
The text was updated successfully, but these errors were encountered: