Projeto Controller

This commit is contained in:
GuiNerd
2019-09-22 07:51:57 -03:00
parent 7cf858c004
commit 0fbde86dcc
40 changed files with 3153 additions and 306 deletions

View File

@ -1,7 +1,7 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.2",
"signature": "63e70348075e49edde575e5437252670cba79137"
"signature": "32afd740e7c16fffba38280c8f2b63418c061da8"
},
"compilationOptions": {
"defines": [
@ -28,6 +28,7 @@
"Microsoft.AspNetCore.Razor.Design": "2.2.0",
"Microsoft.EntityFrameworkCore": "2.2.6",
"Microsoft.NETCore.App": "2.2.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Design": "2.2.3",
"Pomelo.EntityFrameworkCore.MySql": "2.2.0"
},
"runtime": {
@ -37,6 +38,41 @@
"GerenciaProjetos.dll": {}
}
},
"Microsoft.CodeAnalysis.CSharp.Workspaces/2.8.0": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "2.8.0",
"Microsoft.CodeAnalysis.Workspaces.Common": "2.8.0"
},
"runtime": {
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {
"assemblyVersion": "2.8.0.0",
"fileVersion": "2.8.0.62830"
}
},
"compile": {
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {}
}
},
"Microsoft.CodeAnalysis.Workspaces.Common/2.8.0": {
"dependencies": {
"Microsoft.CodeAnalysis.Common": "2.8.0",
"System.Composition": "1.0.31",
"System.Diagnostics.Contracts": "4.3.0",
"System.Linq.Parallel": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Tasks.Parallel": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.dll": {
"assemblyVersion": "2.8.0.0",
"fileVersion": "2.8.0.62830"
}
},
"compile": {
"lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.dll": {}
}
},
"Microsoft.EntityFrameworkCore/2.2.6": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "2.2.6",
@ -72,6 +108,126 @@
}
},
"Microsoft.EntityFrameworkCore.Analyzers/2.2.6": {},
"Microsoft.VisualStudio.Web.CodeGeneration/2.2.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "2.2.0",
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "2.2.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.Contracts/2.2.3": {
"dependencies": {
"Newtonsoft.Json": "11.0.2"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.Core/2.2.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "2.2.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "2.2.3",
"Newtonsoft.Json": "11.0.2"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.Design/2.2.3": {
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "2.2.3"
},
"runtime": {
"lib/netstandard2.0/dotnet-aspnet-codegenerator-design.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/dotnet-aspnet-codegenerator-design.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/2.2.3": {
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "2.2.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.Templating/2.2.3": {
"dependencies": {
"Microsoft.AspNetCore.Razor.Language": "2.2.0",
"Microsoft.CodeAnalysis.CSharp": "2.8.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "2.2.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGeneration.Utils/2.2.3": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp.Workspaces": "2.8.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Contracts": "2.2.3",
"Newtonsoft.Json": "11.0.2",
"NuGet.Frameworks": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {}
}
},
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc/2.2.3": {
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGeneration": "2.2.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {
"assemblyVersion": "2.2.3.0",
"fileVersion": "2.2.3.0"
}
},
"compile": {
"lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {}
}
},
"MySqlConnector/0.49.2": {
"runtime": {
"lib/netcoreapp2.1/MySqlConnector.dll": {
@ -83,6 +239,20 @@
"lib/netcoreapp2.1/MySqlConnector.dll": {}
}
},
"NuGet.Frameworks/4.7.0": {
"dependencies": {
"NETStandard.Library": "2.0.3"
},
"runtime": {
"lib/netstandard1.6/NuGet.Frameworks.dll": {
"assemblyVersion": "4.7.0.5",
"fileVersion": "4.7.0.5148"
}
},
"compile": {
"lib/netstandard1.6/NuGet.Frameworks.dll": {}
}
},
"Pomelo.EntityFrameworkCore.MySql/2.2.0": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "2.2.0",
@ -139,6 +309,129 @@
}
},
"System.Collections.Immutable/1.5.0": {},
"System.Composition/1.0.31": {
"dependencies": {
"System.Composition.AttributedModel": "1.0.31",
"System.Composition.Convention": "1.0.31",
"System.Composition.Hosting": "1.0.31",
"System.Composition.Runtime": "1.0.31",
"System.Composition.TypedParts": "1.0.31"
}
},
"System.Composition.AttributedModel/1.0.31": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
},
"runtime": {
"lib/netstandard1.0/System.Composition.AttributedModel.dll": {
"assemblyVersion": "1.0.31.0",
"fileVersion": "4.6.24705.1"
}
},
"compile": {
"lib/netstandard1.0/System.Composition.AttributedModel.dll": {}
}
},
"System.Composition.Convention/1.0.31": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Composition.AttributedModel": "1.0.31",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
},
"runtime": {
"lib/netstandard1.0/System.Composition.Convention.dll": {
"assemblyVersion": "1.0.31.0",
"fileVersion": "4.6.24705.1"
}
},
"compile": {
"lib/netstandard1.0/System.Composition.Convention.dll": {}
}
},
"System.Composition.Hosting/1.0.31": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Composition.Runtime": "1.0.31",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
},
"runtime": {
"lib/netstandard1.0/System.Composition.Hosting.dll": {
"assemblyVersion": "1.0.31.0",
"fileVersion": "4.6.24705.1"
}
},
"compile": {
"lib/netstandard1.0/System.Composition.Hosting.dll": {}
}
},
"System.Composition.Runtime/1.0.31": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0"
},
"runtime": {
"lib/netstandard1.0/System.Composition.Runtime.dll": {
"assemblyVersion": "1.0.31.0",
"fileVersion": "4.6.24705.1"
}
},
"compile": {
"lib/netstandard1.0/System.Composition.Runtime.dll": {}
}
},
"System.Composition.TypedParts/1.0.31": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Composition.AttributedModel": "1.0.31",
"System.Composition.Hosting": "1.0.31",
"System.Composition.Runtime": "1.0.31",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
},
"runtime": {
"lib/netstandard1.0/System.Composition.TypedParts.dll": {
"assemblyVersion": "1.0.31.0",
"fileVersion": "4.6.24705.1"
}
},
"compile": {
"lib/netstandard1.0/System.Composition.TypedParts.dll": {}
}
},
"System.Interactive.Async/3.2.0": {
"runtime": {
"lib/netstandard2.0/System.Interactive.Async.dll": {
@ -150,6 +443,20 @@
"lib/netstandard2.0/System.Interactive.Async.dll": {}
}
},
"System.Linq.Parallel/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Linq": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Linq.Queryable/4.0.1": {
"dependencies": {
"System.Collections": "4.3.0",
@ -3296,6 +3603,20 @@
"serviceable": false,
"sha512": ""
},
"Microsoft.CodeAnalysis.CSharp.Workspaces/2.8.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EJWaxi2bI47iEZen/nZkJEDZCrP9Oj3PJtMwBv34Z0ZvvdSkpgsdqlHSud8d5vC53LnCXLfBLewfqHcILDVSDw==",
"path": "microsoft.codeanalysis.csharp.workspaces/2.8.0",
"hashPath": "microsoft.codeanalysis.csharp.workspaces.2.8.0.nupkg.sha512"
},
"Microsoft.CodeAnalysis.Workspaces.Common/2.8.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tJlJ99SD8bHBAXShOG/pXQ1K118cnsF01obEf9aAtdgLbw3yEPahZ7qvWeGMjrheUhvOsSkv/wTKYg9euKa8MQ==",
"path": "microsoft.codeanalysis.workspaces.common/2.8.0",
"hashPath": "microsoft.codeanalysis.workspaces.common.2.8.0.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore/2.2.6": {
"type": "package",
"serviceable": true,
@ -3317,6 +3638,62 @@
"path": "microsoft.entityframeworkcore.analyzers/2.2.6",
"hashPath": "microsoft.entityframeworkcore.analyzers.2.2.6.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wc71c9HWTeXy9/w9O4Yr2LKmdJjVyIoJ/XQX8/6uma4EAVU25RLtUWlvhA0gpgFw9Kf1TkCv70x+CbKnRw/d8Q==",
"path": "microsoft.visualstudio.web.codegeneration/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Contracts/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wXlpxDfRD5aPypa0p0UE97tkRQvAz9D9FfA2GITzr+LlGIpybyGnxkwGVp0Vha1Ibr0kJG0HdnqfeHME/WuAcQ==",
"path": "microsoft.visualstudio.web.codegeneration.contracts/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.contracts.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Core/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-APdPavBUYcGPBaW4rjxBVRePWmg0ZzhIRymOzvLFWUtzfvJKw1+8PaCzsH7Uvl+felm0L1UVQwBx1Do0R7j7Xg==",
"path": "microsoft.visualstudio.web.codegeneration.core/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.core.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Design/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xH50cYOU+infRq4KikBuu2qeXcwW4tE0D5TDfKLuLrEtDm90aXI+0qygPsqyISf+lOW7L7rQ64BH/dRYkK3c3Q==",
"path": "microsoft.visualstudio.web.codegeneration.design/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.design.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-N9S7TeFZjXzNY9OVbz4OFw9cM9oEeMaCnuLFhetNioy/wPwZbgglrctAEYxfDbvocQ17YCAVR2EMRbYHNDHyVg==",
"path": "microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Templating/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sW2lHnOoL1xFnSm/2zSedeUoQPlbhPfWjSuUYsxYUj/N5QmLmH98ZLaqP26k6Om/heR6Gux/veXI96yM1Parow==",
"path": "microsoft.visualstudio.web.codegeneration.templating/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.templating.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Utils/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/r/y+XpOpbCwN/M/HopjfGTDRlmixTd4G6HG6FaBkD/YF3T1u+4WMRVtuB6zz7aw571HmX+6UokEa6HJSwkPDA==",
"path": "microsoft.visualstudio.web.codegeneration.utils/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegeneration.utils.2.2.3.nupkg.sha512"
},
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc/2.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0gVuA4KUCHFM4M/9SjG+7j7BzZ7SW/BufF97Q78i2VV8JBbQXc/5Rf6YUG1VGW2fwSEOl9+S26utEGS+86GGGw==",
"path": "microsoft.visualstudio.web.codegenerators.mvc/2.2.3",
"hashPath": "microsoft.visualstudio.web.codegenerators.mvc.2.2.3.nupkg.sha512"
},
"MySqlConnector/0.49.2": {
"type": "package",
"serviceable": true,
@ -3324,6 +3701,13 @@
"path": "mysqlconnector/0.49.2",
"hashPath": "mysqlconnector.0.49.2.nupkg.sha512"
},
"NuGet.Frameworks/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qbXaB76XYUVLocLBs8Z9TS/ERGK2wm797feO+0JEPFvT7o7MRadOR77mqaSD4J1k8G+DlZQyq+MlkCuxrkr3ag==",
"path": "nuget.frameworks/4.7.0",
"hashPath": "nuget.frameworks.4.7.0.nupkg.sha512"
},
"Pomelo.EntityFrameworkCore.MySql/2.2.0": {
"type": "package",
"serviceable": true,
@ -3352,6 +3736,48 @@
"path": "system.collections.immutable/1.5.0",
"hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
},
"System.Composition/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==",
"path": "system.composition/1.0.31",
"hashPath": "system.composition.1.0.31.nupkg.sha512"
},
"System.Composition.AttributedModel/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==",
"path": "system.composition.attributedmodel/1.0.31",
"hashPath": "system.composition.attributedmodel.1.0.31.nupkg.sha512"
},
"System.Composition.Convention/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==",
"path": "system.composition.convention/1.0.31",
"hashPath": "system.composition.convention.1.0.31.nupkg.sha512"
},
"System.Composition.Hosting/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==",
"path": "system.composition.hosting/1.0.31",
"hashPath": "system.composition.hosting.1.0.31.nupkg.sha512"
},
"System.Composition.Runtime/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==",
"path": "system.composition.runtime/1.0.31",
"hashPath": "system.composition.runtime.1.0.31.nupkg.sha512"
},
"System.Composition.TypedParts/1.0.31": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==",
"path": "system.composition.typedparts/1.0.31",
"hashPath": "system.composition.typedparts.1.0.31.nupkg.sha512"
},
"System.Interactive.Async/3.2.0": {
"type": "package",
"serviceable": true,
@ -3359,6 +3785,13 @@
"path": "system.interactive.async/3.2.0",
"hashPath": "system.interactive.async.3.2.0.nupkg.sha512"
},
"System.Linq.Parallel/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-td7x21K8LalpjTWCzW/nQboQIFbq9i0r+PCyBBCdLWWnm4NBcdN18vpz/G9hCpUaCIfRL+ZxJNVTywlNlB1aLQ==",
"path": "system.linq.parallel/4.3.0",
"hashPath": "system.linq.parallel.4.3.0.nupkg.sha512"
},
"System.Linq.Queryable/4.0.1": {
"type": "package",
"serviceable": true,