MPowerKit / VirtualizeListView

.NET MAUI ListView renderers. Improves performance for MAUI ListView, adds additional behaviors
MIT License
61 stars 10 forks source link

Add GitHub actions and automate nuget publishing #8

Closed daltzctr closed 3 weeks ago

daltzctr commented 1 month ago

GitHub actions should bump the repository and publish a nuget as an artifact. This would allow testing of bug fixes without having to clone locally.

Alex-Dobrynin commented 1 month ago

this will handle only compile time errors, but not runtime. And I do not have time to write ui tests and github actions

daltzctr commented 1 month ago

Correct, the only way to handle those is unit and/or integration tests.