Meik Tranel

Results 13 issues of Meik Tranel

![image](https://user-images.githubusercontent.com/6466560/70740743-237d7080-1d1a-11ea-9cc4-931fa9ed2033.png) I am not sure how i can fix it, but i have noticed that NetworkManager keeps refreshing the NIC-List in the Bandwidth display making the bandwidth graph pretty useless...

:bug: bug
:question: question

Before we only interpreted plain AddItem messages as directives for file embedding. Resolves #7665 ### Changes Made Added TaskParameterEvents with kind `TaskOutput` to the event filter for embedding files. ###...

Some of the APIs such as "TestEnvironment", the custom loggers and assertion wrappers could be really helpful for people who distribute Custom MSBuild Tasks / Sdks.

Using this VSCode Extension for opening some CSProj Files gives out errors because the well-known MSBuild variables link to very different locations than the build system actually uses. Example: When...

**Describe the bug** When using property references to control the target framework of a project, svcutils reads the msbuild syntax instead of the actual value crashing the update servicereference option...

tooling
investigation needed
triaged

When checking out a repository clean, common sense would dictate that after executing the "Install intellisense support" Intellisense would work right off the bat (Given that troubleshooting steps have been...

Improvement

`UnmanagedExports` defaults to `StdCall` while we use `Cdecl`.

Exports can conceptually only work with static methods. Currently there are no checks to detect if a class method was decorated with the `DLLExport` attribute.

enhancement
good first issue

Currently all errors are duplicated by an unnecessary extra error log entry.

enhancement
good first issue

Because of our unique requirements concerning `lib/` and `build/` contents, we currently have to manually write the nuspec file. This is very tedious. We should move back into the safetynet...

enhancement
help wanted