Skip to content

Commit

Permalink
Add EntityFrameworkCore.VisualBasic.Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lorcQc committed Nov 8, 2022
1 parent dc6b681 commit 7f953b6
Show file tree
Hide file tree
Showing 16 changed files with 690 additions and 30 deletions.
33 changes: 33 additions & 0 deletions EFCore.VisualBasic.Templates/EFCore.VisualBasic.Templates.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageId>EntityFrameworkCore.VisualBasic.Templates</PackageId>
<Authors>Brice Lambson, et al.</Authors>
<Description>
Entity Framework Core templates for dotnet-new.

Enables these commonly used templates:
ef-templates
</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>7.0.0-alpha.1</Version>
<Copyright>© 2022 Brice Lambson, et al. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl>
<RepositoryUrl>https://github.com/efcore/EFCore.VisualBasic.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>EFCore;VB;VisualBasic</PackageTags>
<PackageReleaseNotes>https://github.com/efcore/EFCore.VisualBasic/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Brice Lambson, et al.",
"classifications": [ "EFCore", "Scaffolding" ],
"identity": "EntityFrameworkCore.VisualBasic.Templates.ef-templates",
"groupIdentity": "Microsoft.EntityFrameworkCore.Templates.ef-templates",
"precedence": "7000",
"name": "Entity Framework Core Scaffolding Templates",
"shortName": "ef-templates",
"tags": {
"language": "VB",
"type": "item"
}
}
Loading

0 comments on commit 7f953b6

Please sign in to comment.