8000 Tags · rkargMsft/orleans · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rkargMsft/orleans

Tags

v7.2.6

Toggle v7.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (d…

…otnet#8844) (dotnet#8898)

---------

Co-authored-by: Mostafa Abdalla <mostafa.abdalla@cm.com>
Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
(cherry picked from commit ab644bf)

Co-authored-by: Mostafa Goher <Mostafa.Goher@gmail.com>

v8.1.0-preview3

Toggle v8.1.0-preview3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make EventHub tests more reliable (dotnet#8889)

* Make sure the pulling agents are started before starting tests

* Reactivate some tests

v8.1.0-preview2

Toggle v8.1.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricB…

…ot decommissioning (dotnet#8869)

* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

 Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html

Please review and merge this PR to complete the process of onboarding to the new service.

* Deleting fabricbot.json

---------

Co-authored-by: dotnet-policy-service[bot] <123482357+dotnet-policy-service[bot]@users.noreply.github.com>

v7.2.5

Toggle v7.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always reset RuntimeContext to previous value after use (dotnet#8864) (

…dotnet#8870)

v8.1.0-preview1

Toggle v8.1.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dotnet#8806: Downgrade Microsoft.CodeAnalyis to v4.5.0 (dotnet#8849)

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 <Ledjon@notiphy.io>
Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>

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 <geirfiks@gmail.com>

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
0