hadashiA

Results 105 comments of hadashiA

Hello. Thanks for the report. The package now contains ccs.rsp. I did not get any errors when I imported VContainer with ViralRouter in a new project. ( btw, VCntainer does...

Hi, `MapComponentInHierarchy` actually calls `RegisterComponentInHierarchy` internally, so the behaviour does not seem to change. Also, what does 'not working properly' mean: does it mean that it is not injected, or...

Basically, I agree. Initially, the policy was to implement a lot of things in SourceGenerator, so it was not possible to make changes in Options. However, it is not impossible...

In #121 , allow Naming to be specified dynamically in options. Let me know if you have any problems. https://github.com/hadashiA/VYaml?tab=readme-ov-file#naming-convention

Thanks so much. I'll check back soon.

Sorry for the delay in response. I think this behavior is reasonable and I will merge it. Thank you very much.

Thanks. > If there are no problems with the policy, I will write it. It would be helpful if you could write.

LGTM. Thanks a lot for your frequent work ..!

Hmm. The same command completed successfully in my hand. Maybe you could try the following? - Clear HTTP cache - ```bash dotnet nuget locals http-cache --clear ``` - ignore-failed-sources -...

`ICommand` is like a message sent from one place to another. This type of data is not in a state where someone keeps it for the long term. That's why...