Skip to content

The code Works fine in 1.4.0 but does not update the person field in 1.5.0 #707

@Ofer-Gal

Description

@Ofer-Gal

Category

  • Bug

Describe the bug

The Code:
ISharePointUser user = await pnpContext.Web.EnsureUserAsync(item.RequestForEmail); (listItem["Requester"] as IFieldUserValue).Principal = user;
Works fine in 1.4.0 but does not update the person field in 1.5.0

Steps to reproduce

  1. See code code...
    no error

Expected behavior

  • SDK version: 1.5.0
  • OS: . Windows 10
  • SDK used in: Azure Function
  • Framework: .NET 6
  • Browser(s): Chrome
  • Tooling Visual Studio 2022

Thanks for your contribution

Metadata

Metadata

Assignees

Labels

area: framework ⚙Changes in the SDK core framework codebugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions