You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a .csproj to create a reference assembly from a CobaltCore install. (Though this is slightly hacky, I'd love to not pull in the entire C# build config and instead just the stuff for PackageReference and running MSBuild tasks)
We have a pre-built reference assembly in Git LFS storage. GitHub has install instructions for LFS -- might be worth adding those to the README (along with instructions on how to rebuild the assembly, which is just 'run this target in CobaltCoreReference').
The reference assembly is currently not used in building Nickel.
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.
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.
No description provided.
The text was updated successfully, but these errors were encountered: