Matthias Koch

Results 170 comments of Matthias Koch

@erikma any news on this? I'm still waiting to finally integrate BuildXL for its sandboxing feature into my project.

To be more clear, what I wish to provide is something like `mybuild Test.csproj`, and it will only allow file access to the NuGet package cache and the containing directory.

Given the potential pitfalls, I'm very much against adopting the `select` feature. When changing the documentation in some base class, there is no easy way to verify that none of...

@sharwell you could, for instance, select the _second paragraph_ via `select`, and if you later insert a paragraph between the first and the second, the inherited paragraph gets changed without...

@sharwell it is even used as an example in the [Sandcastle documentation](https://ewsoftware.github.io/XMLCommentsGuide/html/86453FFB-B978-4A2A-9EB5-70E118CA8073.htm) (`select="para[last()]"`). In my opinion it shouldn't be a reasoning about whether someone is actually using this or not....

@sharwell A compromise could be to allow only a restricted set of select expressions. Like selection by ID.

@sharwell I didn't mean to introduce a new syntax, but rather to allow only a subset of xpath. I.e., no `last()` or selection by index.

@sharwell I'm confused now given your recent post. Does that mean that you will keep the `select` feature?

Anyone got an idea how this following example should be handled? public interface IFoo { event EventHandler A; event EventHandler B; } public class Bar : IFoo { /// public...

@NikolayPianikov tbh, I wouldn't because there's a risk it would break tests.