D. St-Jacques

Results 10 issues of D. St-Jacques

**I'm submitting a ...** ``` [ ] bug report [X] feature request [ ] support request ``` **Current behavior** When securing an application with the HTTP header [Content Security Policy:...

With .NET 6, `System.Drawing.Common` become a "Windows-only" dependency. See this [official Microsoft note](https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) about the breaking change. They it's mainly because `libgdiplus` used on Linux systems is "subpar". SVG uses...

platform-support

Hi @jincod. This is essentially a redo of PR #20, but improved a bit and base on the current master branch. With it, I passed from a 304.9M slug (which...

Digging into the code to understand my issue with #9, I noticed that the `IfQueryArg()` condition is forced as an "OR" condition: https://github.com/markvincze/Stubbery/blob/cc58462fdcc4353dd7652322791c4ab2ee0fd61d/src/Stubbery/RequestMatching/Setup.cs#L23 I believe there should be an extra...

I have a class with a child object property. The default constructor sets an empty object to avoid NULL errors further in my production code. When trying to configure GenFu,...

**I'm submitting a ...** ``` [x] bug report [ ] feature request [ ] support request ``` **Current behavior** When the table has `scrollbarV` set. An horizontal scrollbar appears to...

(This may be a question about proper usage for connection resiliency on Azure, the Redis.Extensions documentation was unclear) My application using a [Azure Cache for Redis server](https://azure.microsoft.com/en-us/products/cache/) had continuous `RedisTimeoutException`...

Hi, OK, it's a weird one, granted, but I'm at a loss... :/ ### Description In Firefox, simply adding `pace-js` to the application causes Angular to never fire the `ApplicationRef.isStable...

If I have an array property, the order of its values needs to be the same when asserting with `Should().BeEquivalentTo()`. I'm arguing that it shouldn't. That would be more in-line...

enhancement
help wanted

Hi, I'm using `FluentAssertions.Json` in a functional test to validate the response from an access token creation endpoint. Obviously, the returned `access_token` JSON property varies from test to test, but...

enhancement