radimitrov / CSharpShellApp

77 stars 18 forks source link

Sample #346

Open PeterKaa1 opened 7 months ago

PeterKaa1 commented 7 months ago

https://github.com/dotnet/maui-samples/tree/main/8.0/Apps/Calculator

Will this work when the IDE will be updated to .NET 8? Currently it doesn't work.

radimitrov commented 7 months ago

I didn't pour through the entire code, however calculators are pretty basic. It should work .NET 7 also? The non-Android source files from the Platform sub directories would need to be removed, though. I will make ignoring them the default behavior so its easier.

PeterKaa1 commented 7 months ago

I didn't pour through the entire code, however calculators are pretty basic. It should work .NET 7 also? The non-Android source files from the Platform sub directories would need to be removed, though. I will make ignoring them the default behavior so its easier.

It does not work. I get alot of errors but when i remove the Platform sub directories i get much less errors.