Martin Karing

Results 11 issues of Martin Karing

Currently the implementation of the `EnterprisePullRequestClient` does not add the default reviewers that are setup in the repository. The API for fetching the default reviewers is documented here: https://docs.atlassian.com/bitbucket-server/rest/5.1.1/bitbucket-default-reviewers-rest.html Unlike...

enhancement

ConfuserEx is now able to obfuscate assemblies without all the dependencies. It makes some worst case assumptions for missing dependencies.

enhancement

I suggest a couple of new expression functions to control what protections are enabled where: - [ ] *Cyclomatic complexity* - This allows to enable or disable protections for methods...

enhancement

The renaming protection currently ignores all members that are `abstract` to avoid breaking the inheritance. The issue was noted in #123

enhancement

Local variables are always declared for the entire method, but they may not be used for the entire method. This optimization should reduce the local variables by analyzing the scope...

enhancement

To support the feature requires in #23 and #24 it will be required to rework the project files. It is important that ConfuserEx will still be able to load the...

enhancement

As of right now the compressor packer doesn't handle satellite assemblies for localisation correctly for net20 and net35. The reason is that the query for the satellite assembly isn't forwarded...

bug

The UI Application of ConfuserEx needs to be updated to use .NET core, instead of .NET framework. There are two ways to go about this: Wait for .NET Core 3.0...

enhancement

For some commonly used list implementations, such as `List`, arrays, `ImmutableArray` and `Span` the enumerator based iteration (with foreach) is slower than the iteration with using the index. So it...

enhancement

## Expected Behavior Following the guides of Calico to setup the Kubernetes node on Windows Server 2022 should result in a working network that is able to communicate with the...

kind/support
area/windows