Jeff Ward

Results 120 comments of Jeff Ward

I did notice this on it: Let's say I have a directory that is like this `/myDirectory/` with no files **or sub-directories** in it. Then I pass in this path...

@SeanFarrow - Done, I added the check on both `SaveCodeToFileAsync` and `SaveCodeToFile` If you have any other ideas please feel free to share!

@SeanFarrow - no problem, I just implemented the `SaveCodeToFileAsync ` as async because that was the one you had asked for. I agree completely that we should implement async methods...

@SeanFarrow - let me break down your points so we can discuss: 1.) > In terms of references, I think we add only what’s in system and then users should...

I also added checks to create the directory path if it does not exist. See here for discussion: https://github.com/Testura/Testura.Code/issues/100#issuecomment-1328687061

I have a PR for this: https://github.com/Testura/Testura.Code/pull/95

One more thing I should add: * When you target multiple frameworks in CI / CD - you should use `dotnet` build tools and **not nuget build tools** * Ensure...

@MilleBo - I believe that I cannot approve my own PR and need your approval and review for this

@MilleBo - bump on this please