Shockah / Nickel

A modding API / mod loader for the game Cobalt Core.
Apache License 2.0
3 stars 5 forks source link

Create a reference CobaltCore.dll assembly for use in Github actions #51

Open Shockah opened 9 months ago

Fayti1703 commented 9 months ago

See branch fayti1703/reference-assembly.

Current status:

Shockah commented 9 months ago

The reference assembly is currently not used in building Nickel.

I think that's a good thing, actually. It could be potentially used as a fallback, but being able to jump to the concrete definitions of CobaltCore members is too useful to just switch altogether.

Shockah commented 9 months ago

I guess it actually has to be the fallback for it to work with Github actions.

Fayti1703 commented 9 months ago

Yup -- at minimum in CI we'd need to use the stored assembly rather than a live-generated one. Though that can also be done by setting an environment variable and doing MSBuild-conditionals based on that.