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

Add Remora.Sdk.Web and Remora.Sdk.Razor #20

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Foxtrek64
Copy link
Contributor

@Foxtrek64 Foxtrek64 commented Oct 28, 2024

Adds two new SDKs: Remora.Sdk.Web (backed by Microsoft.NET.Sdk.Web) and Remora.Sdk.Razor (backed by Microsoft.NET.Sdk.Razor).

Both are pretty much identical, except for which Microsoft SDK they import.

Fixes #16

TODO:

  • Create AspNetCore Web App (Razor) Test Library
  • Create Blazor Server Test Library
  • Create Blazor WASM Test Library (Uses Microsoft.NET.Sdk.BlazorWebAssembly)
  • Create Razor Class Library

@Foxtrek64
Copy link
Contributor Author

I may need to change my approach here. Seems there are many more SDKs that we may want to support, like Microsoft.NET.Sdk.BlazorWebAssembly

What I may do here is instead create a Remora.Sdk.Common that doesn't create its own package, but provides a base for all libraries extending the base Remora.Sdk. Then these extended libraries should be fairly straight forward - the .msbuildproj should just declare variables and then import the .Common SDK. Only thing I think it may have is the packages props for solution packages, but I'm not entirely sure where to handle project packages unless that's also done in the msbuildproj.

Feedback is welcome.

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 this pull request may close these issues.

[Discussion] Create Remora.Sdk.Web and Remora.Sdk.Razor
1 participant