Sean Farrow
Sean Farrow
Yep, that’s what makes complete sense to me. From: Aaron Stannard ***@***.***> Sent: 09 January 2022 20:26 To: AfterLutz/Akkatecture ***@***.***> Cc: Sean Farrow ***@***.***>; Comment ***@***.***> Subject: Re: [AfterLutz/Akkatecture] NuGet:...
Yep, definitely agree we should freeze it. Can you have two copyright tags in a nuspec file? I’ve never seen that done, so am thinking the answer is no. From:...
Whilst I agree the usings don’t need to be valid, there doesn’t seem to be an easy way to add aNuGet package using Roslyn. You would have to download the...
Jeff, that was a good write-up as always. We do need to think about how this is implemented, I’m in no rush though, I’d rather get this right. In the...
I would probably check whether the directory exists, creating the directory if it doesn’t. From: Jeff Ward ***@***.***> Sent: 28 November 2022 08:08 To: Testura/Testura.Code ***@***.***> Cc: Sean Farrow ***@***.***>;...
@jeffward01 The only things I might do differently are: use the FormatAsync method of formatter, passing in a CalcellationToken if possible. See whether we can replace the use of FileStreams/StreamWriter...
I completely agree with the above. Thanks, Sean. From: Jeff Ward ***@***.***> Sent: 28 November 2022 12:35 To: Testura/Testura.Code ***@***.***> Cc: Sean Farrow ***@***.***>; Mention ***@***.***> Subject: Re: [Testura/Testura.Code] Make...
@jeffward01 I'll take them in order: What is the minimum set of references (in terms of assemblies) we should add to the compilation for a user? Secondly, should we provide...