BillStrait

Results 3 issues of BillStrait

I am a dummy. I am following along with the book. In "Bitcoin Address" the chapter gives the following code examples. `Key privateKey = new Key(); // generate a random...

I'm attempting to scan comic book/magazine bar codes. They look like this: ![barcode3](https://github.com/micjahn/ZXing.Net/assets/1637449/2800222a-5b57-4917-81e1-9aba92ad9952) My code looks like this: string barcode = string.Empty; using (var stream = file.OpenReadStream()) { try {...

I downloaded a fresh copy of the application today from https://developer.microsoft.com/en-us/graph/quick-start. I was warned that I did not have .net 4.7 installed, installed it. The solution loads cleanly, but when...

bug