-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Having opted in to the source generation on our existing .net 10 maui project we have trialed the source generation. After doing so, the building is not working and generating a lot of errors. I have attached some of the relevant files.
ProductInformation Page: Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
ThawAndServe Page:
An object reference is required for the non-static field, method, or property 'CustomEntry.RemoveNonNumericCharactersProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.IsNumericCalculatorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.PositionCursorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.RemoveNonNumericCharactersProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.IsNumericCalculatorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.PositionCursorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.RemoveNonNumericCharactersProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.IsNumericCalculatorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.PositionCursorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.RemoveNonNumericCharactersProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.IsNumericCalculatorProperty'
An object reference is required for the non-static field, method, or property 'CustomEntry.PositionCursorProperty'
ProductInformation_sg.txt
ProductInformation_xsg.txt
ProductInformationSource.txt
ThawAndServeProduct.txt
ThawAndServeProduct_sg.txt
ThawAndServeProduct_xsg.txt