Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: games/orleans

Tags

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to stable build packages (dotnet#8805)

v8.0.0-rc2

Toggle v8.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow duplicate compound type aliases (dotnet#8788)

* fixes 8787

* Update CompoundTypeAliasTree.cs

---------

Co-authored-by: Ledjon Behluli <[email protected]>
Co-authored-by: Reuben Bond <[email protected]>

v8.0.0-rc1

Toggle v8.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate to the Locker GitHub action for locking closed/stale issues/P…

…Rs (dotnet#8750)

v7.2.4

Toggle v7.2.4's commit message
Identify F# single case discriminated unions as SumType (dotnet#8739) (

…dotnet#8757)

Single case discriminated unions do not inherit from an abstract
base class, thus, for single case discriminated unions we need to
look for the CompilationMappingAttribute on the type itself.

Fix 8715

Co-authored-by: Geir Fiksdal <[email protected]>

v7.2.3

Toggle v7.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Nullify directory entries of defunct local predecessors during grain …

…activation (dotnet#8704)

* Nullify the directory entry of a known-defunct predecessor on the local silo during grain activation

* Fix formatting

v7.2.2

Toggle v7.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
In GrainDirectoryResolver, replace HasNonDefaultDirectory with IsUsin…

…gDhtDirectory (dotnet#8632) (dotnet#8660)

v7.2.1

Toggle v7.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Cosmos DB grain storage constructor for DI (dotnet#8539)

* Fix Cosmos DB grain storage constructor for DI

* Check preconditions

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move CancellationToken arguments to the end (dotnet#8525)

* Move CancellationToken arguments to the end

* Move type arguments in one method to align with new signatures.

Also a few more nameof() that somehow weren't caught before.

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
In TransactionQueue, ensure readiness failures are recovered from (do…

…tnet#8443)

v7.1.2

Toggle v7.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update samples README (dotnet#8398)

* Update samples README

Adding:  Link to an example of a F# reminder grain

* Update README.md

---------

Co-authored-by: Reuben Bond <[email protected]>