CSharpShellApp icon indicating copy to clipboard operation
CSharpShellApp copied to clipboard

Sample

Open PeterKaa1 opened this issue 2 years ago • 2 comments

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.

PeterKaa1 avatar Nov 22 '23 22:11 PeterKaa1

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.

radimitrov avatar Nov 24 '23 18:11 radimitrov

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.

PeterKaa1 avatar Nov 24 '23 20:11 PeterKaa1