-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Hernandez
committed
Sep 30, 2020
0 parents
commit 5152f9d
Showing
219 changed files
with
17,268 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"node_modules/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace Boilerplate.Model | ||
{ | ||
public abstract class AEntity<TPrimaryKey> | ||
{ | ||
public virtual TPrimaryKey Id { get; set; } | ||
public virtual bool IsActive { get; set; } | ||
public virtual int Draw { get; set; } | ||
public virtual int Start { get; set; } | ||
public virtual int Length { get; set; } = 5; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
|
||
</Project> |
16 changes: 16 additions & 0 deletions
16
Boilerplate.Model/Entities/WeatherForecast/WeatherForecast.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using Boilerplate.Model; | ||
using System; | ||
|
||
namespace Boilerplate.Entities.WeatherForecast | ||
{ | ||
public class WeatherForecast : AEntity<int> | ||
{ | ||
public DateTime Date { get; set; } | ||
|
||
public int TemperatureC { get; set; } | ||
|
||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); | ||
|
||
public string Summary { get; set; } | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
Boilerplate.Model/bin/Debug/netcoreapp3.1/Boilerplate.Model.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v3.1", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v3.1": { | ||
"Boilerplate.Model/1.0.0": { | ||
"runtime": { | ||
"Boilerplate.Model.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"Boilerplate.Model/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
63 changes: 63 additions & 0 deletions
63
Boilerplate.Model/obj/Boilerplate.Model.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj": {} | ||
}, | ||
"projects": { | ||
"C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj", | ||
"projectName": "Boilerplate.Model", | ||
"projectPath": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj", | ||
"packagesPath": "C:\\Users\\ke.hernandez\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\ke.hernandez\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netcoreapp3.1" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
Boilerplate.Model/obj/Boilerplate.Model.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ke.hernandez\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.7.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
Boilerplate.Model/obj/Boilerplate.Model.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
4 changes: 4 additions & 0 deletions
4
Boilerplate.Model/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
23 changes: 23 additions & 0 deletions
23
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("Boilerplate.Model")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Boilerplate.Model")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Boilerplate.Model")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b088d0a1baa89ebd04462cdde8240b92d63c0853 |
Binary file added
BIN
+199 Bytes
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0de882da9ee2cd430862125b671688d8770708e1 |
9 changes: 9 additions & 0 deletions
9
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\bin\Debug\netcoreapp3.1\Boilerplate.Model.deps.json | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\bin\Debug\netcoreapp3.1\Boilerplate.Model.dll | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\bin\Debug\netcoreapp3.1\Boilerplate.Model.pdb | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.AssemblyInfoInputs.cache | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.AssemblyInfo.cs | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.csproj.CoreCompileInputs.cache | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.dll | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.pdb | ||
C:\Users\ke.hernandez\Desktop\Boilerplate\Boilerplate\Boilerplate.Model\obj\Debug\netcoreapp3.1\Boilerplate.Model.csprojAssemblyReference.cache |
Binary file added
BIN
+102 KB
Boilerplate.Model/obj/Debug/netcoreapp3.1/Boilerplate.Model.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
".NETCoreApp,Version=v3.1": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
".NETCoreApp,Version=v3.1": [] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\ke.hernandez\\.nuget\\packages\\": {}, | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj", | ||
"projectName": "Boilerplate.Model", | ||
"projectPath": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj", | ||
"packagesPath": "C:\\Users\\ke.hernandez\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\ke.hernandez\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netcoreapp3.1" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "ka42WFJnF7slxksTm4thxKgvTR5u5VE08mRSRV/Sq/H/yB21arUddP53xCOOJXp0L57vEs+OVVgY7ddhkltn2g==", | ||
"success": true, | ||
"projectFilePath": "C:\\Users\\ke.hernandez\\Desktop\\Boilerplate\\Boilerplate\\Boilerplate.Model\\Boilerplate.Model.csproj", | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
|
||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> | ||
<PackageReference Include="xunit" Version="2.4.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> | ||
<PackageReference Include="coverlet.collector" Version="1.2.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Boilerplate\Boilerplate.API.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Controller\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.