ObservableEvents icon indicating copy to clipboard operation
ObservableEvents copied to clipboard

Results 33 ObservableEvents issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp.Workspaces/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/MSTest.TestAdapter/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp.Workspaces/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

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...