Esben Bach

Results 11 issues of Esben Bach

When creating a proxy to a remote quartz scheduler instance, the local definition of "quartz.scheduler.instanceName" doesn't really seem to be used, instead the proxy is given the name of remote...

Today one has the option of peeking the "Top X" messages. In development environments we often find ourselves working through lots of messages and then we know that the bottom...

Discussion
Feature

**Describe the bug** Listing applications (or nodes or any of the grid views) will start out by having all applications sorted ascending. However the "default" grid sorting is descending (which...

bug

It would be a welcome addition if it was possible to list, update and remove properties from the property management API (https://docs.microsoft.com/en-us/rest/api/servicefabric/sfclient-index-property-management and https://docs.microsoft.com/en-gb/dotnet/api/system.fabric.fabricclient.propertymanagementclient?view=azure-dotnet ) in the explorer.

Currently when using the API api/certificates/challengeprovider/http/kudu/certificateinstall/ for new certificates we have to specify the client_id/secret used to deploy the certificate - it would be great if it was possible to...

enhancement

Version details: PackageVersion 6.4.0 Newtonsoft.Json support (Swashbuckle.AspNetCore.Newtonsoft) dotnet 6 Problem and some background: I get a null reference exception for a property that is "redirected" during de-serialization using Newtonsoft.Json. The...

I am trying to configure a regular stateless asp.net API with a liveness probe (http based) and was struggeling with the Port, since i don't know which port SF decides...

service-fabric/svc
triaged
cxp
doc-enhancement
Pri2

**Is your feature request related to a problem? Please describe.** In some rare cases we need to figure out which "version" of SFX the SF cluster is hosting. For instance...

Hi. Thanks for a very useful library. I have a small feature request: I have a few cases where I have a DbContext with an `IQueryable` which points to a...

I tried using the BlobStore implementation for backup/restore of an Actor service. I created a backup using `BeginCreateBackup(Microsoft.ServiceFabric.Data.BackupOption.Full)` and the backup appears in the blobstorage account in servicefabricbackups/root/{PARTITIONID} as expected....