Hannele Ruiz
Hannele Ruiz
Shouldn't this be on the [doki-theme-vscode](https://github.com/doki-theme/doki-theme-vscode) repo?
Hi, I tried to use the action and [it didn't worked](https://github.com/LambentLight/Metadata/commit/be886b0c2477ea4c3ad4b2894c0fe1b453f96be8/checks). I get the same error message as @Acidfabric and my [workflow configuration](https://github.com/LambentLight/Metadata/blob/master/.github/workflows/cron.yml) is also similar. 
I can also confirm this on justalemon/GGOV#16. Had to fix the `csproj` [manually](https://github.com/justalemon/GGOV/pull/16/commits/01da4e20c21eb689788639c07583cd6c090c4515). You can see how bad this is by taking a look at the respective [AppVeyor build](https://ci.appveyor.com/project/justalemon/ggov/builds/21998450#L51).
Hi, there has been any progress on this? cc @feelepxyz
`.csproj` is just XML, so there is not a lot to do other than search for an ItemGroup that contains a Reference where Include starts with the package name(ish).
@greysteil This is not documented for some reason. All of my .NET Framework projects have Reference instead of PackageReference. The same applies for @pascalberger [Cake.Issues.Reporting.Generic](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/blob/develop/src/Cake.Issues.Reporting.Generic/Cake.Issues.Reporting.Generic.csproj#L45).
All of the PRs that have caused problems on my repos: * justalemon/ServerManager#8 * justalemon/ServerManager#9 * justalemon/ControllerReload#1 (manually fixed by me) * justalemon/GGOV#16 (also manually fixed) * justalemon/GGOV#17
I'm closing this because I feel that loading scripts only from the base directory is easier and safer.
> Can be called by typing MyScript.MyCommand() into the console. The static method doesn't have to be a member of a Script class. It can be anything in the script...