Christophe PLAT

Results 9 issues of Christophe PLAT

This is the continuation of PR #211 by @halamah; I didn't find a way to update their PR so it's duplicated. PR #211 introduced a lot of changes, in particular...

The idea is: - use a dictionary to store captured variables (= parameters from all levels of lambda expressions) - when parsing an expression, first assign the captured parameter to...

The [CSP level 3](https://www.w3.org/TR/CSP3/) directives seem to be missing: - script-src-elem - script-src-attr - style-src-elem - style-src-attr

The `DelegatingConstraintResult` should override the `WriteMessageTo` to call the `_innerResult.WriteMessageTo` method, otherwise it's not writing the expected message to the output. `WriteActualValueTo` and `WriteAdditionalLinesTo` are already properly forwarded to the...

is:bug
good first issue
help wanted

When you run the `dotnet ef` tools, they first call the `dotnet msbuild` tool. My projects require certain parameters to run properly; when I manually call `dotnet build`, I can...

area-tools

### Describe the bug With .NET SDK 8.0.101, a project using `true` correctly reports IDE0036 (for example), while .NET SDK 8.0.200 no longer reports the error. With MSBuild 17.8.3: ![image](https://github.com/metoule/msbuild-17.9.4-editorconfig/assets/24547430/7e3ceca5-4703-4e17-ad7f-e96d470e4563)...

untriaged
Area-Workloads

The following error message started to pop up during the execution of the webpack task: > ##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you...

Consider this test class, with a parametrized test method taking a string, where the argument contains `().Bar`: ```c# using NUnit.Framework; namespace TestProject1; public class MyTestClass { [Test] [TestCase("Foo")] [TestCase("Foo()")] [TestCase("Foo().Bar")]...

Investigate

### Description In the section `Override the default order`, it's impossible to know the order in which the filters are executed: > A filter with a lower Order value: >...

Source - Docs.ms
seQUESTered
aspnet-core/svc
mvc/subsvc