Meik Tranel
Meik Tranel
 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...
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...
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...
`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.
Currently all errors are duplicated by an unnecessary extra error log entry.
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...