www.nuget.org Open in urlscan Pro
52.240.159.111  Public Scan

Submitted URL: https://nuget.org/packages/NetDevPack
Effective URL: https://www.nuget.org/packages/NetDevPack
Submission: On September 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /packages

<form aria-label="Package search bar" class="col-sm-12" action="/packages" method="get">
  <div class="input-group">
    <input name="q" type="text" class="form-control input-brand" id="search" aria-label="Enter packages to search" placeholder="Search for packages..." autocomplete="off" value="">
    <span class="input-group-btn">
      <button class="btn btn-brand btn-search" type="submit" title="Search for packages" aria-label="Search">
        <span class="ms-Icon ms-Icon--Search" aria-hidden="true"></span>
      </button>
    </span>
  </div>
  <div id="autocomplete-results-container" class="text-left" tabindex="0"></div>
  <script type="text/html" id="autocomplete-results-row">
    <!-- ko if: $data -->
  <!-- ko if: $data.PackageRegistration -->
  <div class="col-sm-4 autocomplete-row-id autocomplete-row-data">
    <span data-bind="attr: { id: 'autocomplete-result-id-' + $data.PackageRegistration.Id, title: $data.PackageRegistration.Id }, text: $data.PackageRegistration.Id"></span>
  </div>
  <div class="col-sm-4 autocomplete-row-downloadcount text-right autocomplete-row-data">
    <span data-bind="text: $data.DownloadCount + ' downloads'"></span>
  </div>
  <div class="col-sm-4 autocomplete-row-owners text-left autocomplete-row-data">
    <span data-bind="text: $data.OwnersString + ' '"></span>
  </div>
  <!-- /ko -->
  <!-- ko ifnot: $data.PackageRegistration -->
  <div class="col-sm-12 autocomplete-row-id autocomplete-row-data">
    <span data-bind="attr: { id: 'autocomplete-result-id-' + $data, title: $data  }, text: $data"></span>
  </div>
  <!-- /ko -->
  <!-- /ko -->
  </script>
  <script type="text/html" id="autocomplete-results-template">
    <!-- ko if: $data.data.length > 0 -->
  <div data-bind="foreach: $data.data" id="autocomplete-results-list">
    <a data-bind="attr: { id: 'autocomplete-result-row-' + $data, href: '/packages/' + $data, title: $data }" tabindex="-1">
            <div data-bind="attr:{ id: 'autocomplete-container-' + $data }" class="autocomplete-results-row">
            </div>
        </a>
  </div>
  <!-- /ko -->
  </script>
</form>

Text Content

We use optional cookies to improve your experience on our websites, such as
through social media connections, and to display personalized advertising based
on your online activity. If you reject optional cookies, only cookies necessary
to provide you the services will be used. You may change your selection by
clicking “Manage Cookies” at the bottom of the page. Privacy Statement
Third-Party Cookies

Accept Reject Manage cookies
Skip To Content
Toggle navigation

 * Packages
 * Upload
 * Statistics
 * Documentation
 * Downloads
 * Blog

 * Sign in




NETDEVPACK 6.1.0

.NET Standard 2.1 This package targets .NET Standard 2.1. The package is
compatible with this framework or higher.
 * .NET CLI
 * Package Manager
 * PackageReference
 * Paket CLI
 * Script & Interactive
 * Cake

dotnet add package NetDevPack --version 6.1.0                

                    
                        
                        Copy
                    
                
            

NuGet\Install-Package NetDevPack -Version 6.1.0                

                    
                        
                        Copy
                    
                
            

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="NetDevPack" Version="6.1.0" />                

                    
                        
                        Copy
                    
                
            

For projects that support PackageReference, copy this XML node into the project
file to reference the package.

paket add NetDevPack --version 6.1.0                

                    
                        
                        Copy
                    
                
            

The NuGet Team does not provide support for this client. Please contact its
maintainers for support.

#r "nuget: NetDevPack, 6.1.0"                

                    
                        
                        Copy
                    
                
            

#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 NetDevPack as a Cake Addin
#addin nuget:?package=NetDevPack&version=6.1.0

// Install NetDevPack as a Cake Tool
#tool nuget:?package=NetDevPack&version=6.1.0                

                    
                        
                        Copy
                    
                
            

The NuGet Team does not provide support for this client. Please contact its
maintainers for support.
 * README
 * Frameworks
 * Dependencies
 * Used By
 * Versions

.NET DevPack is a set of common implementations to help you implementing DDD,
CQRS, Specification Patterns and another facilities

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed. 
net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed. 
net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was
computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was
computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was
computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios
was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos
net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed. 
net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed. 
net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was
computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst
net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed. 
net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was
computed.  .NET Core netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1
netcoreapp3.1 was computed.  .NET Standard netstandard2.1 netstandard2.1 is
compatible.  MonoAndroid monoandroid monoandroid was computed.  MonoMac monomac
monomac was computed.  MonoTouch monotouch monotouch was computed.  Tizen
tizen60 tizen60 was computed.  Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed.  Xamarin.TVOS xamarintvos
xamarintvos was computed.  Xamarin.WatchOS xamarinwatchos xamarinwatchos was
computed. 

Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

 * .NETSTANDARD 2.1
   
   * FluentValidation (>= 10.4.0)
   * mediatr (>= 10.0.1)


NUGET PACKAGES (5)

Showing the top 5 NuGet packages that depend on NetDevPack:

Package Downloads DataC.CoreApi

Pacote core de desenvolvimento sistemas Data C

54.3K CE.Core

Package Description

30.7K NetDevPack.Brasil

.NET DevPack BR é uma coleção de utilidades como classes de documentos nacionais
(CPF, CNPJ) com validação e classes de utilidade em geral. Desenvolvido para ser
utilizado junto com o NetDevPack

2.7K NetDevPackBr

.NET DevPack BR é uma coleção de utilidades como classes de documentos nacionais
(CPF, CNPJ) com validação e classes de utilidade em geral. Desenvolvido para ser
utilizado junto com o NetDevPack

2.3K IC.DomainCore

Package Description

204


GITHUB REPOSITORIES (3)

Showing the top 3 popular GitHub repositories that depend on NetDevPack:

Repository Stars EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing
and a lot of good practices
6.4K desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 6
1.0K NetDevPack/Security.Identity
.NET DevPack Identity is a set of common implementations to help you
implementing Identity, Jwt, claims validation and another facilities
572

Version Downloads Last updated 6.1.0 30.560 02.01.2023 6.0.1 45.046 22.03.2022
6.0.0 1.802 21.03.2022 5.3.2 8.967 16.11.2021 5.3.1 2.895 02.11.2021 5.3.0 3.906
30.08.2021 5.2.0 1.182 19.08.2021 5.1.1 4.518 13.08.2021 5.1.0 1.514 12.08.2021
5.0.4 1.033 12.08.2021 5.0.3 20.725 21.05.2021 5.0.2 1.455 21.05.2021 1.1.1
12.324 07.04.2021 1.1.0 90.708 12.06.2020 1.0.4 11.533 05.06.2020

Downloads
Full stats →
Total 276.8K
Current version 30.6K
Per day average 177
About
 * Last updated 02.01.2023
 * Project website
 * 
   Source repository
 * MIT license
 * Download package  (163.42 KB)
 * Open in NuGet Package Explorer
 * Open in NuGet Trends
 * Report package

Owners
Contact owners →
 * desenvolvedor.io



Contact

Got questions about NuGet or the NuGet Gallery?

Status

Find out the service status of NuGet.org and its related services.

FAQ

Read the Frequently Asked Questions about NuGet and see if your question made
the list.

© Microsoft 2024 - About - Terms of Use - Privacy Statement - Manage Cookies -
Trademarks