Jeff Ward

Results 62 comments of Jeff Ward

No i'm here. I'm not one of the main contributors, that is @MilleBo I use this library all the time and have written much tools and code for it. Some...

> @jeffward01 @MilleBo @274188A I was thinking the same. > > For starters, it would probably be good to update NuGet packages as some (notably Roslyn) are a number of...

> > @jeffward01 @MilleBo @274188A I was thinking the same. > > For starters, it would probably be good to update NuGet packages as some (notably Roslyn) are a number...

> i was trying to find a way to output a nullable - eg > > `private string? _foo;` Currently `string?` is not included in the library. This is due...

> I couldn’t agree more. Let’s see what happens by the end of next week. Thanks, Sean. From: Jeff Ward ***@***.***> Sent: 18 October 2022 19:09 To: Testura/Testura.Code ***@***.***> Cc:...

@SeanFarrow - silly me, it appears I do have rights to merge a pull request. If you create the pull request, i'll merge it. Sorry for the confusion

> Hey guys - sorry for not jumping in earlier and that I not have been working on this project for a while (been a lot of other stuff going...

> A quick question: Some of the tests require .Net framework 4.5.1, based on the fact that a runtime directory is not passed in. What do we want to do...

Example of the error: This is when I had all my services registered as 'scoped'. ````csharp System.AggregateException: Some services are not able to be constructed (Error while validating the service...

> Maybe I misunderstand something here, you're missing the services.AddMediator Extension method? The overload in your picture is source-generated, see: > > https://github.com/martinothamar/Mediator/blob/0c6a933277ae674570eac686da97d34d70784358/src/Mediator.SourceGenerator.Implementation/resources/Mediator.sbn-cs#L36 > > See also https://github.com/martinothamar/Mediator#34-configuration > >...