A. Glez. B.
A. Glez. B.
Current _NPM_ version defines the `AppVersion` global like this: ``` js AppVersion: { available: true, build: 10009, version: "1.0.9" } ``` Note that value of the `build` field does not...
> Do you want to send a PR? I wish but don't have the time. Sorry. :cry: This things tend to come out just when you have a client breathing...
> That's not what clearURL does; clearURL removes tracking stuff like `utm_medium=android`, while extensions like FastForward bypass "link-shortener-like" stuff First, that Steam URL is not a shortener but a tracker....
> I had this thought as well. It would be productive to just select a bunch of stuff and drag it over the respective tag. Productive is one way to...
Same here. This happened from 13.10.8 to 13.10.9 with this change in src/NSwag.CodeGeneration.CSharp/Templates/Client.Class.liquid: https://github.com/RicoSuter/NSwag/commit/df18a5d7a2d4a8000e8d172640aa183f95f481d8 When both json and x-www-form-urlencoded are present in the spec the template should go for json,...
> > > Same error here will it be fixed ? I need to manualy correct my autogenerated code :/ I'm still using 13.10.8 to avoid doing that.
I have the same issue as @ahdung. I want to exclude some massive XML docs from integrations with other services and only keep the API docs for Swashbuckle. I believe...
@jeffschwMSFT any progress on this? As of net7.0 we still cannot exclude certain files.
Was there a problem with the `ExcludeFoldersFromDeployment` and `ExcludeFilesFromDeployment` in `.pubxml` files? I think this issue began because those are not supported by `dotnet publish`. Maybe bringing those back would...
Found a ~solution~ workaround from [this Gamer's Nexus video](https://youtu.be/NTXoUsdSAnA?t=1178). Some backgound first: When I first had this issue my displays were setup like this:  with `1` being the main...