tomasmcguinness / pkpassvalidator

Checks the validity of a PKPASS file by checking it's signature and contents match the Apple specification
MIT License
78 stars 21 forks source link

Update to .NET8 and minimal API #22

Closed eimantas closed 2 days ago

eimantas commented 5 months ago

I went bananas on JetBrains Rider's auto-fixes and refactorings and bumped .NET to version 8.0. I saw there's an arm template, but I couldn't find any stack version references there. Also I did not touch the PassValidator.Test project as it was not included in the solution.

Let me know if this is something you could use and/or I should split this into smaller PRs.

Great tool! It helped me a lot in making my side gig where people can convert the plastic cards to AppleWallet passes for over 60 retailers ❤️

tomasmcguinness commented 1 month ago

Wow - you've really made a lot of solid changes!

Let me review so I can get my head around some of the new coding styles.

eimantas commented 3 days ago

Hey! Do you plan on finishing this? I'd love to add a CLI binary to be able to validate the pkpasses locally :)