BoomDAO / ICP.NET

A library for .NET/C#/Unity to natively communicate with the Internet Computer (ICP)
MIT License
50 stars 3 forks source link

Aliases + using statements error #91

Closed Gekctek closed 10 months ago

Gekctek commented 12 months ago

From filharvey.icp on discord

The name spaces being generated for our candid need a lot of editing. image So basically you can't have using like this. These usings are declared further down the file If possible can you find the top most of what the using should be like here using Types_Ascii_Text = Types_Orm_Text; which again is not good But this is correct using Types_Orm_Text = System.String; so if possible go through the parenting of the alias names. as we have 1000's of these errors with our candid

Gekctek commented 10 months ago

Fixed. Cant use aliases with aliases