ObservableEvents
ObservableEvents copied to clipboard
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/reactivemarbles/ObservableEvents). ## Repository problems These problems occurred while...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://togithub.com/dotnet/roslyn) | `4.0.1` -> `4.10.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [MSTest.TestAdapter](https://togithub.com/microsoft/testfx) | `3.2.2` -> `3.3.1` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://togithub.com/dotnet/roslyn) | `3.8.0` -> `3.11.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Roslynator.Analyzers](https://togithub.com/dotnet/roslynator) | `4.12.0` -> `4.12.2` | [](https://docs.renovatebot.com/merge-confidence/)...
I was wondering when writing the extension methods why is the sender object not included? the sender is not always the target object of the extension method.
## Description When using the source generator on newest DevExpress WinForms controls (using .NET Framework 4.8) the result can't be compiled because of some wrongly generated code. It seems that...
I am writing an VSTO addin for Visio. The target framework is 4.7.2 When compile the project, it shows a build error as the title. I've tried to add ```...
## Problem I'm building WinUI 3 projects using Visual Studio Version 17.10.0 Preview 1.0. Currently, given these circumstances: * A WinUI 3 app exists with namespace `A.B.C` * A WinUI...
Hi, I create a fresh project, add referenes to ReactiveUI.WPF, System.Reactive, Fody and ReactiveMarbles.ObservableEvents.SourceGenerator. Then I create a new ViewModel and View. I add this.WhenActivated(d => and fill it up...