Andy

Results 7 issues of Andy

Hi, really just looking for clarification on what I need to have installed for the best StyleCop "experience". I'm using VS2013 and Resharper 9.2, plus the R# extension "StyleCop by...

We have a large .Net 4.x WPF desktop application that is in the process of being migrated to .Net 6. The app calls numerous py modules, one of which contains...

We have a desktop application that reads and writes numerous ini files that contain dates and numbers in UK format (en-GB). If we run the application on (say) a French...

I have a view model that exposes a property which is bound to the `Value` property of a DoubleUpDown control. In some scenarios this view model can be null, which...

Not sure if this is the right place to ask. I'm new to ML, and looking at the chart at the bottom of [this page](https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/time-series-demand-forecasting), the predicted results look pretty...

Not a bug as such but I'm a bit confused over the above. I'm referencing this package in a .Net 6 console application, but when it is run on some...

Using v3.2.1 to support dragging and dropping of items in a ListBox. Basic stuff really, with these attached properties on the ListBox: ` dd:DragDrop.IsDragSource="True" dd:DragDrop.IsDropTarget="True" dd:DragDrop.DropHandler="{Binding}" ` And the VM...

Bug