System.Diagnostics.DiagnosticSource by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.IO.FileSystem.AccessControl by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
No description available.
System.IO.FileSystem.Watcher by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22605
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult
System.Net.Http.WinHttpHandler by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides access to a high performance HTTP client handler based on the native Windows HTTP Services (WinHTTP) API. Commonly Used Types: System.Net.Http.WinHttpHandler
System.Text.Json by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.2-mauipre.1.22102.15
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader
Xamarin.Android.Support.Vector.Drawable by: Xamarin Inc.
  • 3 total downloads
  • Latest version: 24.2.1
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Facebook.GamingServicesKit.iOS by: Microsoft
  • 1 total downloads
  • Latest version: 12.2.0.1
C# binding for Facebook GamingServicesKit's official SDK
Xamarin.Facebook.iOS by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 4.11.0
C# bindings for Facebook's official SDK
Xamarin.Facebook.ShareKit.iOS by: Microsoft
  • 1 total downloads
  • Latest version: 12.2.0
C# binding for Facebook ShareKit's official SDK
Xamarin.Firebase.Core by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 42.1021.1
Xamarin.Android Bindings for Firebase - Core 10.2.1
Xamarin.Firebase.iOS.ABTesting by: Microsoft
  • 6 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs A/B Testing iOS Library
Xamarin.Firebase.iOS.Analytics by: Microsoft
  • 6 total downloads
  • Latest version: 6.4.1
C# bindings for Firebase APIs Analytics iOS Library
Xamarin.Firebase.iOS.CloudFirestore by: Microsoft
  • 1 total downloads
  • Latest version: 0.9.4
C# bindings for Firebase APIs Cloud Firestore iOS Library
Xamarin.Firebase.iOS.CloudFunctions by: Microsoft
  • 1 total downloads
  • Latest version: 8.10.0.1
C# bindings for Firebase APIs CloudFunctions iOS Library
Xamarin.Firebase.iOS.CloudMessaging by: Microsoft
  • 9 total downloads
  • Latest version: 8.10.0.2
C# bindings for Firebase APIs Cloud Messaging iOS Library
Xamarin.Firebase.iOS.Crashlytics by: Microsoft
  • 5 total downloads
  • Latest version: 8.10.0
C# bindings for Firebase APIs Crashlytics iOS Library
Xamarin.Firebase.iOS.DynamicLinks by: Microsoft
  • 9 total downloads
  • Latest version: 8.10.0.1
C# bindings for Firebase APIs Dynamic Links iOS Library
Xamarin.Firebase.iOS.RemoteConfig by: Microsoft
  • 9 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Remote Config iOS Library
Xamarin.Firebase.iOS.Storage by: Microsoft
  • 8 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Storage iOS Library
xunit by: jnewkirk, bradwilson
  • 3 total downloads
  • Latest version: 2.9.3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.