Kir_Antipov
Kir_Antipov
> shouldn't this be set as attribute or property or at least in dataSet? Nope, it should not: > Keys serve as a hint to React but they **don’t get...
It's not question for me. You may address it to [dotnet/runtime](https://github.com/dotnet/runtime). At the moment the things are as they are. Package made for AspNetCore should not change runtime in general....
Do you have any ideas what counts as bad user input when the same user input with different project id is not counted as one?
The first thing I checked. Sadly, this is not it. There's a publicly accessible example of user input that was reject by Modrinth API. What could be wrong here? ```json...
As I said, it's mostly useful as metadata that can be used, for example, by automated publishing tools that need information about relations of the mod with other projects. At...
Thank you for your patience, had a busy week. I didn't want to be more specific, because an individual use case may be debated, while my main point is embedded...
> The Fabric system already have an include system, it allow to add mods jars at compile time to the built jars, this is used by sodium for example to...
@LoganDark, as I mentioned above, it's not the only use case in the entire existence, it's just my own anecdotal evidence. Also, it does already help :) P.S. - `META-INF`...
Once again, it's not about my use cases. How would you simply and reliably obtain the same information during the mod runtime?
> I did however already change the API in ModContainer to act similarly, it has a getDependencies with getKind on each ModDependency object. That's where the idea itself came from...