Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.56 KB

Packages.md

File metadata and controls

18 lines (14 loc) · 1.56 KB

Packages Used

Risk Assessment common to all:

  1. Packages on NuGet are virus scanned by the NuGet site.
  2. This package is widely used and is actively maintained.
  3. It is open source (Except Oracle ODP.NET).
Package Source Code License Purpose Additional Risk Assessment
Microsoft.SourceLink.GitHub GitHub MIT Enable source linkage from nupkg Official MS project
Microsoft.Data.SqlClient GitHub MIT Enables interaction with Microsoft Sql Server databases
MySqlConnector GitHub MIT Enables interaction with MySql databases
Oracle.ManagedDataAccess.Core Closed Source OTNLA Enables interaction with Oracle databases
HIC.TypeGuesser GitHub MIT Allows picking system Types for untyped strings e.g. "12.3"
Npgsql GitHub PostgreSQL Enables interaction with Postgres databases
System.Linq.Async GitHub MIT Adds async support to LINQ