Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discussion] Create Remora.Sdk.Web and Remora.Sdk.Razor #16

Open
Foxtrek64 opened this issue Jul 3, 2024 · 0 comments · May be fixed by #20
Open

[Discussion] Create Remora.Sdk.Web and Remora.Sdk.Razor #16

Foxtrek64 opened this issue Jul 3, 2024 · 0 comments · May be fixed by #20

Comments

@Foxtrek64
Copy link
Contributor

The idea between these two SDKs is to marry Remora.Sdk with Microsoft.NET.Sdk.Web and Microsoft.NET.Sdk.Razor, respectively.

Currently, this is possible using a project file like the following, but this can cause issues with compatibility (see #13) and general jank. I assume that the project system isn't really designed to handle multi-targeting Sdks in this manner.

<Project>
    <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk.Web" />
    <Import Project="Sdk.props" Sdk="Remora.Sdk"/>

    <!-- Omitted project stuff -->

    <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.Web" />
    <Import Project="Sdk.targets" Sdk="Remora.Sdk" />
</Project>
@Foxtrek64 Foxtrek64 linked a pull request Oct 28, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant