Christoph Wille

Results 51 issues of Christoph Wille

The four assemblies for netsparkle come in at 3.46MB, with Bouncy Castle accounting for 3.16 (2.2.2 WPF .Core distribution). That is quite a hefty "penalty" - what is Bouncy Castle...

question
research

Is it intentional that this dialog is not modal by default? What just happened to me is that I closed the app and the update dialog stayed around - without...

bug
waiting for author response

.NET Core 3.1 is out of support.

enhancement

Is there like an all-encompassing sample for what can go in appsettings.json? I admit to having failed to find that in the samples (or a documentation)

I found: * https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/430 * https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/35 Kind of what I am looking for is documentation of generated spans and the like similar to https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/ (btw, would msgraph-dotnet OTel be aligned...

Question: SDK

Use case: We want to iterate pages on the client (via a call to the server that has app permissions), pass an opaque token from the server to the client...

Let's pick on one example from https://github.com/microsoftgraph/dotnet-aad-query-sample/blob/main/GraphDataService/GraphDataService.cs ``` public IAsyncEnumerable GetGroups(string[] select, string filter, string[] orderBy, string search) { var requestInfo = _graphClient.Groups .ToGetRequestInformation(rc => { rc.Headers = EventualConsistencyHeader; rc.QueryParameters.Count...

Request: enhancement
Status: Needs investigation

With v4 of Graph, our custom paging had a callback to tell the calling code "we got a new page" - that is not possible now. Also not possible is...

Request: enhancement
P2

The current sample is for interactive - how about a sample for headless where the entire purpose is to not bring in everything at once? (think huge tables that simply...

up for grabs