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
Files seem to generate correctly, but I get a bunch of "Circular base type dependency" errors. Other than manually changing these definitions, what else can be done to fix this? Also, any options to #pragma disable warnings like CS8981 (lower case type names) , or an option to normalize only those special cases?
C:\dev\myproject\Generated\LANGUAGE_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'LANGUAGE_EXTENSION' and 'LANGUAGE_EXTENSION'
C:\dev\myproject\Generated\DECLARATION_DETAIL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'DECLARATION_DETAIL_EXTENSION' and 'DECLARATION_DETAIL_EXTENSION'
C:\dev\myproject\Generated\PROPERTY_VALUATION_DETAIL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'PROPERTY_VALUATION_DETAIL_EXTENSION' and 'PROPERTY_VALUATION_DETAIL_EXTENSION'
C:\dev\myproject\Generated\GOVERNMENT_MONITORING_DETAIL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'GOVERNMENT_MONITORING_DETAIL_EXTENSION' and 'GOVERNMENT_MONITORING_DETAIL_EXTENSION'
C:\dev\myproject\Generated\GOVERNMENT_MONITORING_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'GOVERNMENT_MONITORING_EXTENSION' and 'GOVERNMENT_MONITORING_EXTENSION'
C:\dev\myproject\Generated\CONSTRUCTION_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'CONSTRUCTION_EXTENSION' and 'CONSTRUCTION_EXTENSION'
C:\dev\myproject\Generated\QUALIFICATION_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'QUALIFICATION_EXTENSION' and 'QUALIFICATION_EXTENSION'
C:\dev\myproject\Generated\ASSET_DETAIL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'ASSET_DETAIL_EXTENSION' and 'ASSET_DETAIL_EXTENSION'
C:\dev\myproject\Generated\LOAN_DETAIL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'LOAN_DETAIL_EXTENSION' and 'LOAN_DETAIL_EXTENSION'
C:\dev\myproject\Generated\LOAN_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'LOAN_EXTENSION' and 'LOAN_EXTENSION'
C:\dev\myproject\Generated\EMPLOYMENT_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'EMPLOYMENT_EXTENSION' and 'EMPLOYMENT_EXTENSION'
C:\dev\myproject\Generated\HMDA_RACE_DESIGNATION_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'HMDA_RACE_DESIGNATION_EXTENSION' and 'HMDA_RACE_DESIGNATION_EXTENSION'
C:\dev\myproject\Generated\extended.cs(29,26): error CS8981: The type name 'extended' only contains lower-cased ascii characters. Such names may become reserved for the language.
C:\dev\myproject\Generated\BORROWER_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'BORROWER_EXTENSION' and 'BORROWER_EXTENSION'
C:\dev\myproject\Generated\URLA_TOTAL_EXTENSION.cs(22,26): error CS0146: Circular base type dependency involving 'URLA_TOTAL_EXTENSION' and 'URLA_TOTAL_EXTENSION'
C:\dev\myproject\Generated\simple.cs(27,26): error CS8981: The type name 'simple' only contains lower-cased ascii characters. Such names may become reserved for the language.
The text was updated successfully, but these errors were encountered:
Using the following schemas:
Schemas.zip
I'm trying to generate classes using the following command line:
Files seem to generate correctly, but I get a bunch of "Circular base type dependency" errors. Other than manually changing these definitions, what else can be done to fix this? Also, any options to #pragma disable warnings like CS8981 (lower case type names) , or an option to normalize only those special cases?
The text was updated successfully, but these errors were encountered: