CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

CommunityToolkit.Mvvm AlsoNotifyChangeForAttribute class

Open gewarren opened this issue 1 year ago • 0 comments


Issue moved from dotnet/docs#30548

  • Please respond to @antoniohlopes.

From @antoniohlopes on Wednesday, August 10, 2022 1:07:18 AM

Description

Hi, I'm using CommunityToolkit.Mvvm version 7.1.2 in MAUI project. The "AlsoNotifyChangeForAttribute" cannot be found in version 8.0.0 after update NuGet project packages. Regards Antonio

Version

Other (please put exact version in description textbox)

Previous behavior

the project can be compiled.

New behavior

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'AlsoNotifyChangeFor' could not be found (are you missing a using directive or an assembly reference?) SmartWedgePLCApp (net6.0-android), SmartWedgePLCApp (net6.0-windows10.0.19041.0) C:\Users\anton\source\repos\DacksSmartWedgPLC\SmartWedgePLCApp\BaseController.cs 14 Active

Type of breaking change

  • [ ] Binary incompatible: Existing binaries may encounter a breaking change in behavior, such as failure to load/execute or different run-time behavior.
  • [ ] Source incompatible: Source code may encounter a breaking change in behavior when targeting the new runtime/component/SDK, such as compile errors or different run-time behavior.

Reason for change

stay updated

Recommended action

do not update to CommunityToolkit.Mvvm version 8.0.0

Feature area

C#

Affected APIs

No response

gewarren avatar Aug 10 '22 15:08 gewarren