Fixed TryFindProxyDataByTypeName (#30)

* pnp

* .

* .

* okee

* ns

* .

* o

* .

* ,

* x

* t

* co

* .

* r

* CastTo
This commit is contained in:
Stef Heyenrath
2022-02-06 11:14:14 +01:00
committed by GitHub
parent 9024b5f42c
commit b995ac3912
35 changed files with 2361 additions and 157 deletions
@@ -3,6 +3,8 @@ using DifferentNamespace;
using System;
using System.Collections.Generic;
using System.Text.Json;
using Microsoft.SharePoint.Client;
using ProxyInterfaceConsumer.PnP;
namespace ProxyInterfaceConsumer
{
@@ -15,6 +17,11 @@ namespace ProxyInterfaceConsumer
public static void Main()
{
var cp = new ClientContextProxy(new ClientContext("x"));
cp.ExecuteQuery();
var webP = cp.Web;
var t = new TestProxy(new Test());
IPersonT<int> pT = new PersonTProxy<int>(new PersonT<int>());