Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.1
Description
default value for enum types are not setting up properly, the namespaces are not resolved on setting the value.
example :
private com.test.school.app.enums.Status _status = Status.Unknown
we are getting build issue because the namespace is not resolved ofe the Unknown value which is set.
I have attached the sample avro files and c# model generated.Student.avsc
Status.avsc
Status.cs
Student.cs![]()
Attachments
Attachments
Issue Links
- links to