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

Source link #17

Merged
merged 6 commits into from
Nov 29, 2021
Merged

Source link #17

merged 6 commits into from
Nov 29, 2021

Conversation

Kritner
Copy link
Member

@Kritner Kritner commented Nov 28, 2021

  • Added Microsoft.SourceLink.GitHub from https://github.com/dotnet/sourcelink
  • Reduced the Orleans dependencies to 3.1.0 as the minimum version
  • Introduces new assembly to hold grains. Rather than defining them directly in Orleans.SyncWork.Demo.Api, they are now defined in Orleans.SyncWork.Demo.Services
  • Not quite sure what to do here yet, I've not done multi targeting before, but that's (I think?) the route I wanted to take. My unease comes from the fact that different versions of Orleans depend on different versions of the framework. Since the Orleans.SyncWork csproj file defines a lower bound, but no upper bound, I'm guessing this works? Will need to do some testing.
  • Updates CI to do multi platform testing
  • Updates CICD to continue running on release branch, but can optionally be triggered manually.

* Added Microsoft.SourceLink.GitHub from https://github.com/dotnet/sourcelink
* Reduced the Orleans dependencies to 2.1.0 as the minimum version
* Introduces new assembly to hold grains. Rather than defining them directly in Orleans.SyncWork.Demo.Api, they are now defined in Orleans.SyncWork.Demo.Services
* Not quite sure what to do here yet, I've not done multi targeting before, but that's (I think?) the route I wanted to take. My unease comes from the fact that different versions of Orleans depend on different versions of the framework.  Since the Orleans.SyncWork csproj file defines a lower bound, but no upper bound, I'm *guessing* this works?  Will need to do some testing.
@Kritner Kritner merged commit f8a1bfb into main Nov 29, 2021
@Kritner Kritner deleted the sourceLink branch November 29, 2021 21:10
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.

None yet

1 participant