GithubHelp home page GithubHelp logo

Comments (2)

EdLichtman avatar EdLichtman commented on August 15, 2024

I seem to have found an awful, awful workaround:

    <PropertyGroup>
      <Foo>$([MSBuild]::Unescape($(MyProperty.Replace(".","\.").Replace("*",".*").Replace("?",".").Replace("*", "%2A").Replace("%2A","%25252A"))))</Foo>
    </PropertyGroup>

The thing is, if I do %252A, thinking that it'll unescape to %2A, it seems to double-expand so I have to %25252A to expand %2525 into %25 which will then expand into %.

There's gotta be another way, as this kind of double unescape behavior seems like the kind of thing that can and will break without warning in a future iteration.

from msbuild.

maridematte avatar maridematte commented on August 15, 2024

We can see how this can be confusing, we will expand the documentation on how our escaping works so it is less confusing.

As for the break / change in future iterations, we consider any change to the escape behaviour a breaking change. As such, if we decided in the future to make changes to the escaping (we have no plans for such thing now) it will be implemented with Changewaves.

from msbuild.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.