Christoph Wille

Results 51 issues of Christoph Wille

https://github.com/open-policy-agent/npm-opa-wasm/commit/da6e8a561b7be8bd47552547e904b8a390328026 Most likely as this is based on npm-opa-wasm.

bug

Currently * has a Windows batch file * using the Windows OPA binary * that is manually placed in that folder * with a manually modified capabilities file Ideally, I...

enhancement

Triggered by https://github.com/christophwille/dotnet-opa-wasm/issues/3#issuecomment-955959904 The inner-loop tests should definitely remain in the current unit test project. However, supporting running build verification tests using eg https://github.com/open-policy-agent/opa/tree/main/test/cases/testdata is definitely desireable. Maybe wrap this...

enhancement

Build out https://github.com/christophwille/csharp-opa-wasm/tree/master/spikes/AspNetAuthZwithOpa Will need a "store" for policies that can be injected. Should account for policies that need different inputs. Should account for policies that need subclasses of OpaPolicy.

From the P2 build (only to document that we need to debug this build issue): ![image](https://user-images.githubusercontent.com/344208/181885092-e19fa68b-a115-47cc-9cd6-56f7057b9c56.png)

Bug
Build Automation

For https://github.com/icsharpcode/ILSpy/commit/5f324de10bcc9f9ad3144b4030a1a0a27615a8dc and https://github.com/icsharpcode/ILSpy/commit/2ed9ad6b51110acfa5430a50f34b985c9c4eb1ac We manually tested during the #2722 dev meeting because only 4.3.0-2.final of Microsoft.Net.Compilers.Toolset was available at that time - that didn't yet support the feature. (we...

Decompiler
External
Tests
on hold

Today, I can go into Metadata and somewhat "easily" see what is used by an assembly (in this screenshot: ILSpy's usage of ILSpyX, which is easy because it is one...

Enhancement

Sample in question: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/switch-expression (basic example) Output in ILSpy (latest master): ![switchexprfunkydecomp](https://user-images.githubusercontent.com/344208/91149958-06c47580-e6bc-11ea-8fbd-a46f7f090ba7.png) Seems the default case that is compiler-generated makes ILSpy stumble on pattern detection.

Bug

This idea has been around for a very long time in personal conversation - integrating a symbol server in ILSpy that one can add to Visual Studio. The premise would...

New Feature
PDBGen
Idea/Proposal

Definitions * Pane: singleton windows (only one can be open at any point in time). Some can be hidden or closed, others will be open at all times (cannot be...

New Feature
UI
Enhancement