SingleScope.Querying 1.0.4

dotnet add package SingleScope.Querying --version 1.0.4
                    
NuGet\Install-Package SingleScope.Querying -Version 1.0.4
                    
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="SingleScope.Querying" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SingleScope.Querying" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="SingleScope.Querying" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SingleScope.Querying --version 1.0.4
                    
#r "nuget: SingleScope.Querying, 1.0.4"
                    
#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.
#:package SingleScope.Querying@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SingleScope.Querying&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=SingleScope.Querying&version=1.0.4
                    
Install as a Cake Tool

💡 SingleScope Plugins

SingleScope is not a framework. It is a set of opinionated adapters and composition helpers that integrate best-in-class .NET libraries into consistent, production-ready application architectures.

🤔 What is included in this repository?

This repository contains several .NET libraries which can be used in .NET 8, but can be expanded to support more framework and platforms. These libraries are also being used personally to build any applications I developed and keep improved with new ideas which always coming during the development.

Package Description Latest Version Download
SingleScope.Common A set of helpers which commonly used in other SingleScope libraries. NuGet NuGet Downloads
SingleScope.Maui A set of helpers which can be used in MAUI project included with MVVM structure extensions . AnimatedLoadingDialogService can be used to show page loading dialog with gif as the indicator. NuGet NuGet Downloads
SingleScope.Persistence SingleScope.Persistence is a C# .NET library providing core abstractions and building blocks for the data persistence layer. It facilitates the implementation of patterns like Repository and UnitOfWork. NuGet NuGet Downloads
SingleScope.Persistence.EFCore Implementation of SingleScope.Persistence specified to EntityFrameworkCore. NuGet NuGet Downloads

Naming Convention

SingleScope.<Capability>.<Technology>

🚀 Getting Started

Please read the documentation for each respective library in the /doc folder.

💪 Support

If you like this project and want to support it, you can buy me a coffee︎. Your coffee will keep me awake while developing this project ☕.

<br />

<div align="center"> <a href="https://buymeacoffee.com/muhirwanto.dev"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=muhirwanto.dev&button_colour=FFDD00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=ffffff" /></a> </div>


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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SingleScope.Querying:

Package Downloads
SingleScope.Persistence

`SingleScope.Persistence` is a C# .NET library providing core abstractions and building blocks for the data persistence layer. It facilitates the implementation of patterns like Repository and Unit of Work.

SingleScope.Querying.Execution

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 215 1/4/2026
1.0.1 93 1/3/2026
1.0.0 97 1/3/2026