EventBinder icon indicating copy to clipboard operation
EventBinder copied to clipboard

Allows binding a method to any WPF/Avalonia event

Results 8 EventBinder issues
Sort by recently updated
recently updated
newest added

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.6.5. Commits 7f82765 v2.6.5 98f19dd Updated tests (for analyzer exclusions) 298b1b1 #2854: Add constructors and AddRange for TheoryData<T> 36fe729 Bump up to v2.6.5-pre 0f87ff7 v2.6.4...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.6. Commits bf9b858 v2.5.6 b05cd38 Latest dependencies 3423937 Experiment: Rename adapter assembly 0e604e4 Experiment: Remove all file copies 6dff757 Bump up to v2.5.6-pre 28b46ff v2.5.5...

dependencies

Bumps [Moq](https://github.com/moq/moq) from 4.20.69 to 4.20.70. Release notes Sourced from Moq's releases. v4.20.70 What's Changed 🔨 Other Restore GDPR compliance and privacy by @​DanWillman in devlooped/moq#1402 Improve performance for mocking...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.8.0 What's Changed Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 v17.8.0-release-23468-02 What's Changed Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 by @​mthalman in...

dependencies

```csharp public void M() { int a = 6; Test(a, ""); } public void Test(double x, string y) {} ``` The construction above compiles to this ``` IL_0000: ldc.i4.6 IL_0001:...

I recently upgraded my project from Avalonia version 0.10.13 to version 11.1.1. With this change any AXAML page that uses event binder throws the following error where it is trying...

Currently the working version is "[2.5.3-11.0.0-preview1](https://www.nuget.org/packages/EventBinder.Avalonia/2.5.3-11.0.0-preview1)", and it's sorted as coming **before** the release version "[2.5.3](https://www.nuget.org/packages/EventBinder.Avalonia/2.5.3)". That means that even if instaling pre-release versions is enabled, Visual Studio will install...

I can't get {Binding} arguments to work in Avalonia 11.3.0 when using EventBinder 2.5.3-11.0.0-preview1 or the master branch. When I use `{e:EventBinding Method, {CompiledBinding}}` (or `{e:EventBinding Method, {Binding}}` with compiled...