Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent 3.1.9

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 3.3.0 or higher.

dotnet add package Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent --version 3.1.9
NuGet\Install-Package Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent -Version 3.1.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent" Version="3.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent --version 3.1.9
#r "nuget: Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent, 3.1.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent as a Cake Addin
#addin nuget:?package=Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent&version=3.1.9

// Install Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent as a Cake Tool
#tool nuget:?package=Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent&version=3.1.9

This package contains the Service Fabric FabricObserver Application, a highly configurable and extensible resource usage watchdog service that is designed to be run in Service Fabric Windows and Linux clusters. This package contains the entire application and is required to build .NET Standard 2.0 observer plugins.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.15 89 3/20/2024
3.2.14 125 1/31/2024
3.2.13 94 1/19/2024
3.2.12 146 12/21/2023
3.2.11 176 9/25/2023
3.2.10.2 132 9/8/2023
3.2.10 122 9/7/2023
3.2.9 160 8/14/2023
3.2.8 184 5/15/2023
3.2.7 147 4/27/2023
3.2.6 252 3/17/2023
3.2.5 240 3/7/2023
3.2.4.960 318 12/8/2022
3.2.4.831 262 12/8/2022
3.2.3.960 379 10/19/2022
3.2.3.831 388 10/19/2022
3.2.2.960 373 9/27/2022
3.2.2.831 376 9/27/2022
3.2.1.960 397 8/22/2022
3.2.1.831 387 8/22/2022
3.2.0.960 443 7/13/2022
3.2.0.831 472 7/12/2022
3.1.26 466 4/5/2022

- Fixed minor EventSource logger bug.
     - Added retry logic and logging to Windows port monitoring code.
     - Added result set paging support in AppObserver's DeployedApplication query logic.
     - Added retry logic to AppObserver's FabricClient calls.
     - Added best effort code to automatically fix malformed targetApp values supplied in AppObserver configuration.
     - Updated ApplicationInsights telemetry provider impl.
     - Updated CsvLogger file management logic.
     - Removed counter warm up calls in Windows Provider impls. Moved to callers.
     - Code maintenance.