aetos
aetos
Another advanced alternative: https://github.com/Cysharp/ConsoleAppFramework
Is it considered that the interceptor receives a reference to the original method through the `Action` or `Func`? ```cs class Original { public void Caller() { Console.WriteLine(this.Interceptable1(1)); // prints '6'...
What does "art" mean? Does it mean only pictures? If Generative AI is broadly banned, for example, bots or feeds that learn texts posted on Bluesky could also be banned....
I agree that the information needed for tab completion should be output to a JSON file at build time. If the application is run to retrieve information for completion each...
**NOTE: These code fragments below are my wishes, and are not currently working.** There are two problems. The first is to output all the dependencies of the analyzer project (packages...
I don't want to replace a method like LINQ's `ToArray()` with a collection expression (unless there is a significant performance disadvantage). But I don't want to suppress all IDE0305 warnings,...
@CyrusNajmabadi I apologize for my misunderstanding. I thought that all warnings recommending the use of collection-style were IDE0305, but this only applies to Fluent Method. All I had to do...
I see, thanks.
Since the extensions have been merged into the main branch, I will close this issue, hoping that we will be able to try them on the main branch in the...
That is sad, but it is a separate issue. Leaving this issue open will not help to resolve the problem.