Skip to content
#

msbuild

Here are 280 public repositories matching this topic...

Broxzier
Broxzier commented Jun 18, 2022

Operating System

Windows 10, 64 bit

OpenRCT2 build

OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub

Describe the issue

The implementation of String::Format_VA (mostly called from the String::Format overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do

bug refactor good first issue
msbuild
NMertsch
NMertsch commented Jun 3, 2022

Issue Description

The MSBuild Task XslTransformation (docs, source) always loads the provided XSLT file with XmlSpace.Default. I would like to use XmlSpace.Preserve instead.

Steps to Reproduce

See [this project](

up-for-grabs Feature Request Area: Tasks Good First Issue

Improve this page

Add a description, image, and links to the msbuild topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msbuild topic, visit your repo's landing page and select "manage topics."

Learn more