Martin Andreas Ullrich

Results 10 issues of Martin Andreas Ullrich

As a follow-up to #57, #58: investiate how much of the samples can potentially be moved to the hosting extension NuGet package. And possibly the main package. Since users have...

enhancement
help wanted

The provided docker-built container contains user `clamav` (100) and group `clamav` (101), however when trying to run as this user/group, the image fails to start (same for current :stable and...

✨enhancement
🐳docker image

Not sure if this has been discussed already but: Creating publish profiles is hard if you don't know much about them already. If you're on Windows and use VS, it's...

need-pm-discussion
area: template-content

I'm unable to figure out using the documentation if/how tcp-based services can be exposed to mesh-external or cluster-external sources or if that szenario is even supported. This includes: * Gradually...

kind/question
size/M
priority/P2

The Dockerfile always installs the latest node version, failing the build using the specified Node 8 version since current versions of npm do not work with Node 8. This changes...

Using nswag MSBuild tool's `aspnetcore2openapi` command does not correctly resolve the XML documentation on macos. See this repro: https://github.com/dasMulli/nswag-macos-issue After building the project on macos, the generated `openapi.json` file in...

Writing down some thoughts after an analysis for our use cases. At the moment I have no immediate need for these changes but want to provide input. (If this changes,...

Ran into this while creating a workaround to patch an existing target (https://github.com/dotnet/cli/issues/6397#issuecomment-347989664) and naively using the item update syntax inside a target to update the link metadata of an...

Breaking Change
Feature: Warning Waves
Area: Engine

Right now svcutil.xmlserializer uses the MSBuild `` task to run a project-local tool. This is a bit dangerous because it cannot work when multiple csproj files are in the same...

bug
tooling
priority 2
dotnet-svcutil.xmlserializer

``/``/`` is a nice feature that allows replacing complex conditions with what is effectively a switch-case-default but can only be used on the project level and not within targets. Can...

Area: Language
For consideration
triaged