From 9fcfe102fde0961406f3a6676e7d9791c55fb773 Mon Sep 17 00:00:00 2001 From: Gigas002 Date: Mon, 25 Dec 2023 13:44:44 +0000 Subject: [PATCH] deploy: fd44152eeb18b56c7b6f04980b18ce049db3bcaf --- api/Deploy.Core.Context.html | 68 ++++++++++++++++++++++++++++++++++++ api/Deploy.Core.User.html | 33 +++++++++++++++++ index.html | 6 ++-- manifest.json | 12 +++---- xrefmap.yml | 41 ++++++++++++++++++++++ 5 files changed, 151 insertions(+), 9 deletions(-) diff --git a/api/Deploy.Core.Context.html b/api/Deploy.Core.Context.html index 977a9c4..f83deb1 100644 --- a/api/Deploy.Core.Context.html +++ b/api/Deploy.Core.Context.html @@ -298,6 +298,74 @@

+

Constructors +

+ + + + +

+ Context() + +

+ +

Initializes a new instance of the DbContext class. The +OnConfiguring(DbContextOptionsBuilder) +method will be called to configure the database (and other options) to be used for this context.

+
+
+ +
+
public Context()
+
+ + + + + + + + + +

Remarks

+

See DbContext lifetime, configuration, and initialization +for more information and examples.

+
+ + + + + + +

+ Context(DbContextOptions<Context>) + +

+ +
+
+ +
+
public Context(DbContextOptions<Context> options)
+
+ +

Parameters

+
+
options DbContextOptions<Context>
+
+
+ + + + + + + + + + + +

Properties

diff --git a/api/Deploy.Core.User.html b/api/Deploy.Core.User.html index 5eac047..f1a64e8 100644 --- a/api/Deploy.Core.User.html +++ b/api/Deploy.Core.User.html @@ -386,6 +386,39 @@

Parameters

+ + +

+ Clone() + +

+ +

Clone this user's fields

+
+
+ +
+
public User Clone()
+
+ + +

Returns

+
+
User
+

Cloned user

+
+
+ + + + + + + + + + + diff --git a/index.html b/index.html index 5ca9f40..8a3df79 100644 --- a/index.html +++ b/index.html @@ -99,17 +99,17 @@

Configuration

  • Dotnet Policy Service
  • Releases

    -

    Downloaded

    +

    Download statistics

    On Github: GitHub all releases

    Deploy.Core: Nuget

    Deploy.Core.Dummy: Nuget

    -

    Grab binaries

    +

    Download links

    GitHub Releases: Release

    NuGet: NuGet

    Deploy.Cli on Docker Hub: Docker Image (latest/tagged)

    Deploy.Benchmarks on Docker Hub: Docker Image (latest/tagged)

    Vulnerabilities

    -

    Build.props are not yet supported by snyk

    +

    Build.props are not yet supported by snyk

    Resources

    Icons: [https://www.flaticon.com/packs/far-west]

    Sponsors

    diff --git a/manifest.json b/manifest.json index 7ada1ab..8b98a70 100644 --- a/manifest.json +++ b/manifest.json @@ -86,11 +86,11 @@ "type": "Toc", "source_relative_path": "_docs/api/toc.yml", "output": { - ".html": { - "relative_path": "api/toc.html" - }, ".json": { "relative_path": "api/toc.json" + }, + ".html": { + "relative_path": "api/toc.html" } }, "version": "" @@ -189,11 +189,11 @@ "type": "Toc", "source_relative_path": "_docs/toc.yml", "output": { - ".html": { - "relative_path": "toc.html" - }, ".json": { "relative_path": "toc.json" + }, + ".html": { + "relative_path": "toc.html" } }, "version": "" diff --git a/xrefmap.yml b/xrefmap.yml index fa821ba..2e700a7 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -99,6 +99,34 @@ references: commentId: T:Deploy.Core.Context fullName: Deploy.Core.Context nameWithType: Context +- uid: Deploy.Core.Context.#ctor + name: Context() + href: api/Deploy.Core.Context.html#Deploy_Core_Context__ctor + commentId: M:Deploy.Core.Context.#ctor + name.vb: New() + fullName: Deploy.Core.Context.Context() + fullName.vb: Deploy.Core.Context.New() + nameWithType: Context.Context() + nameWithType.vb: Context.New() +- uid: Deploy.Core.Context.#ctor(Microsoft.EntityFrameworkCore.DbContextOptions{Deploy.Core.Context}) + name: Context(DbContextOptions) + href: api/Deploy.Core.Context.html#Deploy_Core_Context__ctor_Microsoft_EntityFrameworkCore_DbContextOptions_Deploy_Core_Context__ + commentId: M:Deploy.Core.Context.#ctor(Microsoft.EntityFrameworkCore.DbContextOptions{Deploy.Core.Context}) + name.vb: New(DbContextOptions(Of Context)) + fullName: Deploy.Core.Context.Context(Microsoft.EntityFrameworkCore.DbContextOptions) + fullName.vb: Deploy.Core.Context.New(Microsoft.EntityFrameworkCore.DbContextOptions(Of Deploy.Core.Context)) + nameWithType: Context.Context(DbContextOptions) + nameWithType.vb: Context.New(DbContextOptions(Of Context)) +- uid: Deploy.Core.Context.#ctor* + name: Context + href: api/Deploy.Core.Context.html#Deploy_Core_Context__ctor_ + commentId: Overload:Deploy.Core.Context.#ctor + isSpec: "True" + name.vb: New + fullName: Deploy.Core.Context.Context + fullName.vb: Deploy.Core.Context.New + nameWithType: Context.Context + nameWithType.vb: Context.New - uid: Deploy.Core.Context.Companies name: Companies href: api/Deploy.Core.Context.html#Deploy_Core_Context_Companies @@ -254,6 +282,19 @@ references: isSpec: "True" fullName: Deploy.Core.User.Age nameWithType: User.Age +- uid: Deploy.Core.User.Clone + name: Clone() + href: api/Deploy.Core.User.html#Deploy_Core_User_Clone + commentId: M:Deploy.Core.User.Clone + fullName: Deploy.Core.User.Clone() + nameWithType: User.Clone() +- uid: Deploy.Core.User.Clone* + name: Clone + href: api/Deploy.Core.User.html#Deploy_Core_User_Clone_ + commentId: Overload:Deploy.Core.User.Clone + isSpec: "True" + fullName: Deploy.Core.User.Clone + nameWithType: User.Clone - uid: Deploy.Core.User.Company name: Company href: api/Deploy.Core.User.html#Deploy_Core_User_Company