leusbj

Results 13 comments of leusbj

Thats an interesting question. I traditionally have the "Check out automatically" set as the behavior for both "Saving" and "Editing", so perhaps that has prevented me from experiencing this (or...

@mungk I created a simple solution with a small project and a single dependency that will trigger a binding redirect (which is intentionally not currently in the web.config) Checked into...

@christianbumann Maybe try one of the following - Set `false` in your project and see if the folder now contains what you expect - Set the Publish location to a...

@CZEMacLeod If you are running into problems with this idea.... it might be because that in non-crosstargeted projects, the `TargetFrameworkVersion` property is calculated/set only at the following import chain Microsoft.NET.Sdk\Sdk.targets...

@CZEMacLeod Hopefully quick questions, and you can help me better understand. I have used RazorGenerator outside of this repo to "share" views without sharing them as content, but haven't spent...

@NickCraver, @julealgon A stopgap idea might be to create a build target that runs only during a `clean` and uses a XmlPeek/XmlPoke/TransformXML task to entirely remove the `` section of...

@julealgon I tried your sample project and were not getting the errors/warnings you were seeing, and so I'm curious if you would share some more information: Looks like you are...

@CZEMacLeod From research done by @OronDF343 , it sure seems that something about the Editor pane's intellisense "needs" the 4.0 targeting pack (or runtime). And it seems true even if...

I have seen these items get added to the web.config before as well. I'm pretty sure that it is happening because of a combination of 3 factors: - The ``...

@CZEMacLeod I know that I had originally proposed that the "Debug/Release/BindingRedirects" as `None` objects... but the "DependentUpon" property will also prevent these items from being included in the published/packaged site...