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
Because our developer's workstations use FreeBSD which is not supported by .NET Core, we cannot rely on the .NET Core SDK for time being, we have to rely on mono tools since they have supported the platform for years and are stable enough for us. In this context, I am looking for manual steps to build a razor application manually using CLI tools without the blackbox magic of the .NET Core SDK. We have access to all the tooling of mono (msbuild, nuget cli, editing project files etc...). We are not looking for a polished solution like "dotnet publish", just steps to tell us how to build blazor projects manually. Any pointer would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Because our developer's workstations use FreeBSD which is not supported by .NET Core, we cannot rely on the .NET Core SDK for time being, we have to rely on mono tools since they have supported the platform for years and are stable enough for us. In this context, I am looking for manual steps to build a razor application manually using CLI tools without the blackbox magic of the .NET Core SDK. We have access to all the tooling of mono (msbuild, nuget cli, editing project files etc...). We are not looking for a polished solution like "dotnet publish", just steps to tell us how to build blazor projects manually. Any pointer would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions