rajeshpatil74

Results 8 issues of rajeshpatil74

Following code from WebAPI is not able to create a new web page in sharepoint site .... but same code works with console application. **With latestes Pnp.framework 1.7 it stops...

I have a Remote Event Receiver developed/deployed for SharePoint online using hosted-addin. This add-in can be deployed in different sharepoint online enviroments. When item added event gets triggered another list...

## The View-formatting for Content type shows items of various sizes. Using the sample, one can get the result like ![image](https://user-images.githubusercontent.com/4305331/150571583-46378f74-c540-452b-97fa-b21d3ad2cf9a.png) But when the view is grouped by some field,...

❓ Question

I had a UI with version 3.3.1 where the textarea is spanned across two rows of table. ![image](https://user-images.githubusercontent.com/4305331/131794094-da2bade2-5da6-4ad3-bf42-a11808178d1d.png) Now upgrading to 8.3.3 , same code display only single line of...

I am using docker image from - https://hub.docker.com/r/waldekm/spfx/tags and with latest image on windows docker desktop , hot reloading is not working (changing code doesnt refresh the webpart in browser)...

![image](https://github.com/microsoftgraph/msgraph-sdk-dotnet/assets/4305331/0737ac61-ac52-47a2-afee-6320ea16dd7c) ``` public async Task GetItems(string siteName, string listName) { var site1 = (await GraphClient.Sites[siteName].GetAsync()); var list2 = await GraphClient.Sites[site1.Id].Lists.GetAsync(); var items2 = (await GraphClient.Sites[site1.Id] .Lists[listName].Items .GetAsync())?.Value; **var list1 =...

With Klov reporting, every launch stores the test results in mongodb. Is it possible to maintain only last 25 or 50 launches in the database, so database size growing can...

With Controller approach , need to proxy two API calls and needs to merge there response. How to do this using AspNetCore.Proxy ??