Antony Male

Results 46 issues of Antony Male

**Describe the bug** I was performing an automated renewal of a domain using dns-01, which failed because my DNS setup was wonky. getssl detected this, but did not fail the...

bug

To reproduce: 1. Fresh clone of the repository, open the sln 2. Open IrcBot.cs, change line 159 to `client.Connect(server, true, registrationInfo);` (to enable ssl). 3. Start the "MarkovTextBot" sample 4....

bug

"[Consuming a script package](https://github.com/filipw/dotnet-script#consuming-a-script-package)" references [simple-targets-csx](https://github.com/adamralph-archive/simple-targets-csx), but that page says the project has been deprecated in favour of [Bullseye](https://github.com/adamralph/bullseye). The README probably wants updating?

### Discussed in https://github.com/canton7/Stylet/discussions/306 Originally posted by **Yoooi0** November 21, 2021 There seems to be an issue with thread safety in BindableCollection. When two threads modify the collection at the...

### Discussed in https://github.com/canton7/Stylet/discussions/309 Originally posted by **duners88** November 24, 2021 It would be nice if the MessageBoxButtons.YesNo parameter option disabled the Window close "X" and the ESC key functionality...

### Discussed in https://github.com/canton7/Stylet/discussions/289 Originally posted by **sm-g** October 1, 2021 ``` Object reference not set to an instance of an object. at Stylet.Xaml.View.c.b__10_0(DependencyObject d, DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)...

We raise it without checking whether it has actually changed.

Currently, it throws an AmbiguousMatchException. We can probably do better - either a smarter exception, or trying to find the right overload.