-
Notifications
You must be signed in to change notification settings - Fork 258
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
Schedule for stable v2.0.0? #361
Comments
@sam31897 I saw this question, and was hoping to provide an update after the latest release. That said, what exactly does "stable" mean to you? No changing public APIs? I've been thinking about this question lately, because, technically, we broke binary compatibility in beta2 when we introduced Microsoft.AspNetCore.App FrameworkReference, which I am now reverting. Previously, I did not think of such changes as potential binary compatibility issues, but these are likely the largest source of instability RazorLight has, as opposed to the API itself. |
OK, I get that. Trying to solve #360 and then should be good. |
@sam31897 I am going to try to release a stable this month. |
Polite bump! |
Hi Julian @304NotModified , I lost some momentum contributing to this project when @toddams appeared to re-new interest in it - I didn't want to step on his toes. I'm not exactly clear what the next steps should be, although I do have a strong grasp on why people are complaining about having to include AspNet SDK on the machine that runs RazorLight2.0.0-rc.3 and what the remaining trade-offs are to get a final version published. |
Would be great if there would be a 2.0 RTM! |
I think we could roll a 2.0.0 without having to remove the I took a look at the linked PR to see if help was possible, but i noticed that it introduce undesired side effect / version downgrade ... with package that are supposed to be part of
Also taking in account all consumer using this package in application that does run on A PR could for example create 2 project + sharing source in that repo
You can find a working example here for SignalR: referencing files: Settings up path / variables: Other usages in code: |
@tebeco Would you like to submit your own PR? I looked through your comments in that PR and agree with them. |
I was gonna post a super long answer explaining how we all know how open source works
NON GOAL:
POSSIBLE:
I'd rather let that package continue it release train, and not block anyone else using the package |
I generally ask people if they want to contribute, as its a good way to get people involved: sometimes simply just asking helps push open source forward. As my pastor quotes, "You don't have because you don't ask." :D
I don't think it's even possible to remove the
I wish the new SDK Common Project System (CPS) project structure supported Xamarin Shared Asset Projects. cf https://github.com/xamarin/mobile-samples/tree/master/Tasky/TaskySharedCode - https://github.com/microsoft/VSProjectSystem/blob/master/doc/overview/intro.md mentions that Shard Projects were supposed to be part of CPS, but as far as I am aware, we're still waiting. (If I missed something, let me know). |
exactly and it’s up to consumer to do that right now. not library owner AFAIK. It’s not ideal I agree but you can’t decide what to trim as a library author … because transitive
what i linked for signalr would basically do that, it’s manual though That’s really the reason why i will probably just bump the TFM and the dependencies i don’t plan to do the extra job if no one is going to implement it. |
@jzabroski is there a |
Hi RazorLight team,
I am currently planning to use this library to create html reports for my company. However, I need a stable v2.0.0 version. I can not use v1.1.0 because the project will be in netstandard2.0.
Thanks,
sam31897
The text was updated successfully, but these errors were encountered: