muon-emergency / project-fob

1 stars 0 forks source link

QR Code generator doesn`t work. #19

Closed PingWIN7 closed 6 years ago

PingWIN7 commented 6 years ago

Probably a porting issue but it does not crash the whole project when clicked on it.

wilka commented 6 years ago

The library that was used for QR code generating doesn't work in .NET Core, so we commented that code out for now: https://github.com/muon-emergency/project-fob/blob/ac8659cfbbc39e078d324d7c12a6a89f7331491f/project-fob/Controllers/HomeController.cs#L230-L243

wilka commented 6 years ago

@PingWIN7 this is fixed now, right?

PingWIN7 commented 6 years ago

I thought I closed this one already. Yes… kinda, there is a small bug which was found during the unit testing but other than that it should be fine. I’m not going to close this issue at the moment as I want to try out linking the issue when I create the pull request.