Jean-Sebastien Carle

Results 80 comments of Jean-Sebastien Carle

I benchmarked creating a couple of different unique identifiers as I was also curious: ``` BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3880/23H2/2023Update/SunValley3) 13th Gen Intel Core i7-13700KF, 1 CPU, 24 logical and...

I would love to contribute. I understand the implementation requirements of Tailwind CSS, but I'm not 100% sure where this would need to be implemented in this package. Perhaps you...

@btea @cexbrayat @haoqunjiang I'm by far no Node expert, so I put this together as best as I could. (Ask me anything in .NET instead. 😝) I realised that the...

https://github.com/vuejs/create-vue/pull/245 could also be closed as a result of this PR.

@haoqunjiang Should I abandon my PR?

Confirmed that this still does not work. I tried to do this with .NET 8.0.2 using a regular NuGet package, and extern alias throws CS0430.

> Any updates on this? I am trying to write a test to compare multiple versions of the same library, but this is making it impossible. That was exactly what...

Take a look here: https://jeanarjean.com/blog/2021-03-10-how-to-create-alias-property-in-your-csproj/ I wasn't able to get the whole thing working because of my own scenario, but the key seems to be be that you have call...

> > Extern alias was originally designed to use two different assemblies that have the same name. > > This is specifically my complaint for what is broken so I...