CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.11k stars 222 forks source link

Update Xamarin.Forms Sample #98

Open brminnick opened 2 years ago

brminnick commented 2 years ago

This PR updates the Xamarin.Forms sample to use the latest NuGet Packages and enables Nullable

Sergio0694 commented 2 years ago

Uh... What's going on with that 33k lines generated file? 😳 Is that... Normal? I mean, even for a generated file, that's a bit much 😅

brminnick commented 2 years ago

Ha! It's not abnormal, but yea it's just a compiler-generated file.

Let me see if some of the old tricks I used to use for these still work 👍

brminnick commented 2 years ago

Cool - I deleted the contents of the file and confirmed it still builds.

I also and added it to .gitignore.

Since the compiler auto-populates the file it's fine to just keep it as an empty class in the git repo 👍

Sergio0694 commented 2 years ago

Now that's a great PR diff if I've ever seen one 😄

image