Refactor code structure for improved readability and maintainability
This commit is contained in:
604
Microsoft.SelfService.Portal.Core.API.csproj.lscache
Normal file
604
Microsoft.SelfService.Portal.Core.API.csproj.lscache
Normal file
@@ -0,0 +1,604 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=Microsoft.SelfService.Portal.Core.API
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:14.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=14.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=Microsoft.SelfService.Portal.Core.API
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../../Coding.sln
|
||||
TargetFrameworkIdentifier=.NETCoreApp
|
||||
TargetPath=<PATH>bin/Debug/net10.0/Microsoft.SelfService.Portal.Core.API.dll
|
||||
TargetRefPath=<PATH>obj/Debug/net10.0/ref/Microsoft.SelfService.Portal.Core.API.dll
|
||||
TemporaryDependencyNodeTargetIdentifier=net10.0
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702,8002
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/warn:10
|
||||
/define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/features:"InterceptorsNamespaces=;Microsoft.AspNetCore.OpenApi.Generated;;Microsoft.Extensions.Validation.Generated"
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\net10.0\Microsoft.SelfService.Portal.Core.API.dll
|
||||
/refout:obj\Debug\net10.0\refint\Microsoft.SelfService.Portal.Core.API.dll
|
||||
/target:exe
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:14.0
|
||||
/features:use-roslyn-tokenizer=true
|
||||
/warnaserror+:NU1605,SYSLIB0011
|
||||
|
||||
[sourceFiles]
|
||||
Context/DataContext.cs
|
||||
Controllers/
|
||||
AbstractController.cs
|
||||
DeploymentController.cs
|
||||
DeploymentGroupController.cs
|
||||
DomainController.cs
|
||||
EnvironmentController.cs
|
||||
RunbookController.cs
|
||||
ServiceController.cs
|
||||
TemplateCategoryController.cs
|
||||
TemplateController.cs
|
||||
VirtualMachineController.cs
|
||||
Dto/
|
||||
AddEnvironmentDomainDto.cs
|
||||
BaseDetailsDto.cs
|
||||
BaseDto.cs
|
||||
Deployment/Add/
|
||||
AddDeploymentDto.cs
|
||||
AddDeploymentRequestDto.cs
|
||||
Deployment/
|
||||
Edit/EditDeploymentDto.cs
|
||||
Get/
|
||||
GetDeploymentDetailsDto.cs
|
||||
GetDeploymentDto.cs
|
||||
GetQueueJobDetailsDto.cs
|
||||
GetQueueJobDto.cs
|
||||
GetQueueJobTargetDto.cs
|
||||
DeploymentGroup/
|
||||
Add/AddDeploymentGroupDto.cs
|
||||
Edit/EditDeploymentGroupDto.cs
|
||||
Get/
|
||||
GetDeploymentGroupDetailsDto.cs
|
||||
GetDeploymentGroupDto.cs
|
||||
Domain/
|
||||
Add/AddDomainDto.cs
|
||||
Edit/EditDomainDto.cs
|
||||
Get/
|
||||
GetDomainDetailsDto.cs
|
||||
GetDomainDto.cs
|
||||
GetDomainEnvironmentDetailsDto.cs
|
||||
GetDomainEnvironmentDto.cs
|
||||
GetDomainVirtualMachineDetailsDto.cs
|
||||
Environment/
|
||||
Add/AddEnvironmentDto.cs
|
||||
Edit/EditEnvironmentDto.cs
|
||||
Get/
|
||||
GetEnvironmentDetailsDto.cs
|
||||
GetEnvironmentDomainDetailsDto.cs
|
||||
GetEnvironmentDomainDto.cs
|
||||
GetEnvironmentDto.cs
|
||||
Runbook/
|
||||
Add/AddRunbookDto.cs
|
||||
Get/
|
||||
GetRunbookDetailsDto.cs
|
||||
GetRunbookDto.cs
|
||||
Service/
|
||||
Add/AddServiceDto.cs
|
||||
Edit/EditServiceDto.cs
|
||||
Get/
|
||||
GetServiceDetailsDto.cs
|
||||
GetServiceDto.cs
|
||||
RoleDefinition/
|
||||
AddServiceRoleDefinitionDto.cs
|
||||
EditServiceRoleDefinitionDto.cs
|
||||
Template/
|
||||
Add/AddTemplateDto.cs
|
||||
Edit/EditTemplateDto.cs
|
||||
Get/
|
||||
GetTemplateDetailsDto.cs
|
||||
GetTemplateDto.cs
|
||||
TemplateCategory/
|
||||
Add/AddTemplateCategoryDto.cs
|
||||
Edit/EditTemplateCategoryDto.cs
|
||||
Get/
|
||||
GetTemplateCategoryDetailsDto.cs
|
||||
GetTemplateCategoryDto.cs
|
||||
VirtualMachine/
|
||||
Add/AddVirtualMachineDto.cs
|
||||
Edit/EditVirtualMachineDto.cs
|
||||
Get/
|
||||
GetVirtualMachineDetailsDto.cs
|
||||
GetVirtualMachineDto.cs
|
||||
Events/
|
||||
AbstractEventHandler.cs
|
||||
Interfaces/IEventHandlerInterface.cs
|
||||
Extensions/Dataannotations/DefaultValueSqlAttribute.cs
|
||||
Handlers/DomainEditedHandler.cs
|
||||
Helper/
|
||||
APIHelper.cs
|
||||
MappingProfilesHelper.cs
|
||||
Interfaces/
|
||||
IAbstractInterface.cs
|
||||
IDeploymentGroupInterface.cs
|
||||
IDeploymentInterface.cs
|
||||
IDomainInterface.cs
|
||||
IEnvironmentInterface.cs
|
||||
IJobInterface.cs
|
||||
IQueueJobService.cs
|
||||
IRunbookInterface.cs
|
||||
IServiceInterface.cs
|
||||
ITemplateCategoryInterface.cs
|
||||
ITemplateInterface.cs
|
||||
IVirtualMachineInterface.cs
|
||||
Migrations/
|
||||
20231020093825_Initial.cs
|
||||
20231020093825_Initial.Designer.cs
|
||||
20260514210821_AddQueueJobs.cs
|
||||
20260514210821_AddQueueJobs.Designer.cs
|
||||
20260514210842_AddQueueJobModelSnapshotFix.cs
|
||||
20260514210842_AddQueueJobModelSnapshotFix.Designer.cs
|
||||
20260515195005_AddEnvironmentAndTargetProviderModel.cs
|
||||
20260515195005_AddEnvironmentAndTargetProviderModel.Designer.cs
|
||||
20260515195742_RemoveCloudEnabledFromEnvironment.cs
|
||||
20260515195742_RemoveCloudEnabledFromEnvironment.Designer.cs
|
||||
20260515204426_RemoveVirtualMachineTargetAndProvider.cs
|
||||
20260515204426_RemoveVirtualMachineTargetAndProvider.Designer.cs
|
||||
20260515205512_MakeVirtualMachineDomainOptionalAndAddLinkUnlinkFlow.cs
|
||||
20260515205512_MakeVirtualMachineDomainOptionalAndAddLinkUnlinkFlow.Designer.cs
|
||||
20260515214839_AddServiceCloudFlagAndRoleDefinitions.cs
|
||||
20260515214839_AddServiceCloudFlagAndRoleDefinitions.Designer.cs
|
||||
DataContextModelSnapshot.cs
|
||||
Models/
|
||||
BaseJunctionModel.cs
|
||||
BaseModel.cs
|
||||
DeploymentGroupModel.cs
|
||||
DeploymentModel.cs
|
||||
DomainModel.cs
|
||||
EnvironmentDomainsModel.cs
|
||||
EnvironmentModel.cs
|
||||
EnvironmentTypes.cs
|
||||
EventModel.cs
|
||||
JobModel.cs
|
||||
OptionCategoryModel.cs
|
||||
OptionModel.cs
|
||||
QueueJobModel.cs
|
||||
QueueJobStatus.cs
|
||||
QueueJobTargetModel.cs
|
||||
QueueJobType.cs
|
||||
RunbookModel.cs
|
||||
ServiceModel.cs
|
||||
ServiceRoleDefinitionModel.cs
|
||||
TemplateCategoryModel.cs
|
||||
TemplateModel.cs
|
||||
TemplateOptionModel.cs
|
||||
VirtualMachineModel.cs
|
||||
obj/Debug/net10.0/
|
||||
.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
|
||||
Microsoft.SelfService.Portal.Core.API.AssemblyInfo.cs
|
||||
Microsoft.SelfService.Portal.Core.API.GlobalUsings.g.cs
|
||||
Program.cs
|
||||
Repository/
|
||||
DeploymentGroupRepository.cs
|
||||
DeploymentRepository.cs
|
||||
DomainRepository.cs
|
||||
EnvironmentRepository.cs
|
||||
JobRepository.cs
|
||||
RunbookRepository.cs
|
||||
ServiceRepository.cs
|
||||
TemplateCategoryRepository.cs
|
||||
TemplateRepository.cs
|
||||
VirtualMachineRepository.cs
|
||||
Services/QueueJobService.cs
|
||||
|
||||
[metadataReferences]
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/10.0.8/ref/net10.0/
|
||||
Microsoft.AspNetCore.Antiforgery.dll
|
||||
Microsoft.AspNetCore.Authentication.Abstractions.dll
|
||||
Microsoft.AspNetCore.Authentication.BearerToken.dll
|
||||
Microsoft.AspNetCore.Authentication.Cookies.dll
|
||||
Microsoft.AspNetCore.Authentication.Core.dll
|
||||
Microsoft.AspNetCore.Authentication.dll
|
||||
Microsoft.AspNetCore.Authentication.OAuth.dll
|
||||
Microsoft.AspNetCore.Authorization.dll
|
||||
Microsoft.AspNetCore.Authorization.Policy.dll
|
||||
Microsoft.AspNetCore.Components.Authorization.dll
|
||||
Microsoft.AspNetCore.Components.dll
|
||||
Microsoft.AspNetCore.Components.Endpoints.dll
|
||||
Microsoft.AspNetCore.Components.Forms.dll
|
||||
Microsoft.AspNetCore.Components.Server.dll
|
||||
Microsoft.AspNetCore.Components.Web.dll
|
||||
Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
Microsoft.AspNetCore.CookiePolicy.dll
|
||||
Microsoft.AspNetCore.Cors.dll
|
||||
Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
Microsoft.AspNetCore.DataProtection.Abstractions.dll
|
||||
Microsoft.AspNetCore.DataProtection.dll
|
||||
Microsoft.AspNetCore.DataProtection.Extensions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.Abstractions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.dll
|
||||
Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
|
||||
Microsoft.AspNetCore.dll
|
||||
Microsoft.AspNetCore.HostFiltering.dll
|
||||
Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
Microsoft.AspNetCore.Hosting.dll
|
||||
Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
Microsoft.AspNetCore.Html.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Connections.Common.dll
|
||||
Microsoft.AspNetCore.Http.Connections.dll
|
||||
Microsoft.AspNetCore.Http.dll
|
||||
Microsoft.AspNetCore.Http.Extensions.dll
|
||||
Microsoft.AspNetCore.Http.Features.dll
|
||||
Microsoft.AspNetCore.Http.Results.dll
|
||||
Microsoft.AspNetCore.HttpLogging.dll
|
||||
Microsoft.AspNetCore.HttpOverrides.dll
|
||||
Microsoft.AspNetCore.HttpsPolicy.dll
|
||||
Microsoft.AspNetCore.Identity.dll
|
||||
Microsoft.AspNetCore.Localization.dll
|
||||
Microsoft.AspNetCore.Localization.Routing.dll
|
||||
Microsoft.AspNetCore.Metadata.dll
|
||||
Microsoft.AspNetCore.Mvc.Abstractions.dll
|
||||
Microsoft.AspNetCore.Mvc.ApiExplorer.dll
|
||||
Microsoft.AspNetCore.Mvc.Core.dll
|
||||
Microsoft.AspNetCore.Mvc.Cors.dll
|
||||
Microsoft.AspNetCore.Mvc.DataAnnotations.dll
|
||||
Microsoft.AspNetCore.Mvc.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Json.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
|
||||
Microsoft.AspNetCore.Mvc.Localization.dll
|
||||
Microsoft.AspNetCore.Mvc.Razor.dll
|
||||
Microsoft.AspNetCore.Mvc.RazorPages.dll
|
||||
Microsoft.AspNetCore.Mvc.TagHelpers.dll
|
||||
Microsoft.AspNetCore.Mvc.ViewFeatures.dll
|
||||
Microsoft.AspNetCore.OutputCaching.dll
|
||||
Microsoft.AspNetCore.RateLimiting.dll
|
||||
Microsoft.AspNetCore.Razor.dll
|
||||
Microsoft.AspNetCore.Razor.Runtime.dll
|
||||
Microsoft.AspNetCore.RequestDecompression.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.dll
|
||||
Microsoft.AspNetCore.ResponseCompression.dll
|
||||
Microsoft.AspNetCore.Rewrite.dll
|
||||
Microsoft.AspNetCore.Routing.Abstractions.dll
|
||||
Microsoft.AspNetCore.Routing.dll
|
||||
Microsoft.AspNetCore.Server.HttpSys.dll
|
||||
Microsoft.AspNetCore.Server.IIS.dll
|
||||
Microsoft.AspNetCore.Server.IISIntegration.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Core.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
|
||||
Microsoft.AspNetCore.Session.dll
|
||||
Microsoft.AspNetCore.SignalR.Common.dll
|
||||
Microsoft.AspNetCore.SignalR.Core.dll
|
||||
Microsoft.AspNetCore.SignalR.dll
|
||||
Microsoft.AspNetCore.SignalR.Protocols.Json.dll
|
||||
Microsoft.AspNetCore.StaticAssets.dll
|
||||
Microsoft.AspNetCore.StaticFiles.dll
|
||||
Microsoft.AspNetCore.WebSockets.dll
|
||||
Microsoft.AspNetCore.WebUtilities.dll
|
||||
Microsoft.Extensions.Caching.Abstractions.dll
|
||||
Microsoft.Extensions.Caching.Memory.dll
|
||||
Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
Microsoft.Extensions.Configuration.Binder.dll
|
||||
Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
Microsoft.Extensions.Configuration.dll
|
||||
Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
Microsoft.Extensions.Configuration.Ini.dll
|
||||
Microsoft.Extensions.Configuration.Json.dll
|
||||
Microsoft.Extensions.Configuration.KeyPerFile.dll
|
||||
Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
Microsoft.Extensions.Configuration.Xml.dll
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
Microsoft.Extensions.DependencyInjection.dll
|
||||
Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
Microsoft.Extensions.Diagnostics.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.dll
|
||||
Microsoft.Extensions.Features.dll
|
||||
Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
Microsoft.Extensions.FileProviders.Composite.dll
|
||||
Microsoft.Extensions.FileProviders.Embedded.dll
|
||||
Microsoft.Extensions.FileProviders.Physical.dll
|
||||
Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
Microsoft.Extensions.Hosting.dll
|
||||
Microsoft.Extensions.Http.dll
|
||||
Microsoft.Extensions.Identity.Core.dll
|
||||
Microsoft.Extensions.Identity.Stores.dll
|
||||
Microsoft.Extensions.Localization.Abstractions.dll
|
||||
Microsoft.Extensions.Localization.dll
|
||||
Microsoft.Extensions.Logging.Abstractions.dll
|
||||
Microsoft.Extensions.Logging.Configuration.dll
|
||||
Microsoft.Extensions.Logging.Console.dll
|
||||
Microsoft.Extensions.Logging.Debug.dll
|
||||
Microsoft.Extensions.Logging.dll
|
||||
Microsoft.Extensions.Logging.EventLog.dll
|
||||
Microsoft.Extensions.Logging.EventSource.dll
|
||||
Microsoft.Extensions.Logging.TraceSource.dll
|
||||
Microsoft.Extensions.ObjectPool.dll
|
||||
Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
Microsoft.Extensions.Options.DataAnnotations.dll
|
||||
Microsoft.Extensions.Options.dll
|
||||
Microsoft.Extensions.Primitives.dll
|
||||
Microsoft.Extensions.Validation.dll
|
||||
Microsoft.Extensions.WebEncoders.dll
|
||||
Microsoft.JSInterop.dll
|
||||
Microsoft.Net.Http.Headers.dll
|
||||
System.Diagnostics.EventLog.dll
|
||||
System.Formats.Cbor.dll
|
||||
System.Security.Cryptography.Xml.dll
|
||||
System.Threading.RateLimiting.dll
|
||||
<DOTNET>/packs/Microsoft.NETCore.App.Ref/10.0.8/ref/net10.0/
|
||||
Microsoft.CSharp.dll
|
||||
Microsoft.VisualBasic.Core.dll
|
||||
Microsoft.VisualBasic.dll
|
||||
Microsoft.Win32.Primitives.dll
|
||||
Microsoft.Win32.Registry.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.Immutable.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Annotations.dll
|
||||
System.ComponentModel.DataAnnotations.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Configuration.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.DataSetExtensions.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.DiagnosticSource.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Formats.Asn1.dll
|
||||
System.Formats.Tar.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.Brotli.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.AccessControl.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipelines.dll
|
||||
System.IO.Pipes.AccessControl.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.AsyncEnumerable.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.Http.Json.dll
|
||||
System.Net.HttpListener.dll
|
||||
System.Net.Mail.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Quic.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.ServerSentEvents.dll
|
||||
System.Net.ServicePoint.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebClient.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebProxy.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Metadata.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Reflection.TypeExtensions.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.Unsafe.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.JavaScript.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Intrinsics.dll
|
||||
System.Runtime.Loader.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.AccessControl.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Cng.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.OpenSsl.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.Principal.Windows.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.ServiceProcess.dll
|
||||
System.Text.Encoding.CodePages.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.Encodings.Web.dll
|
||||
System.Text.Json.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.AccessControl.dll
|
||||
System.Threading.Channels.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.Dataflow.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.Transactions.Local.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Web.HttpUtility.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
WindowsBase.dll
|
||||
<NUGET>/
|
||||
automapper/16.1.1/lib/net10.0/AutoMapper.dll
|
||||
azure.core/1.47.1/lib/net8.0/Azure.Core.dll
|
||||
azure.identity/1.14.2/lib/net8.0/Azure.Identity.dll
|
||||
microsoft.aspnetcore.authentication.negotiate/10.0.8/lib/net10.0/Microsoft.AspNetCore.Authentication.Negotiate.dll
|
||||
microsoft.aspnetcore.jsonpatch/10.0.8/lib/net10.0/Microsoft.AspNetCore.JsonPatch.dll
|
||||
microsoft.aspnetcore.mvc.newtonsoftjson/10.0.8/lib/net10.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
|
||||
microsoft.aspnetcore.openapi/10.0.8/lib/net10.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
microsoft.bcl.asyncinterfaces/8.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.bcl.cryptography/9.0.4/lib/net9.0/Microsoft.Bcl.Cryptography.dll
|
||||
microsoft.data.sqlclient/6.1.1/ref/net9.0/Microsoft.Data.SqlClient.dll
|
||||
microsoft.entityframeworkcore.abstractions/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
microsoft.entityframeworkcore.relational/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
microsoft.entityframeworkcore.sqlserver/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
microsoft.entityframeworkcore/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.dll
|
||||
microsoft.identity.client.extensions.msal/4.73.1/lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll
|
||||
microsoft.identity.client/4.73.1/lib/net8.0/Microsoft.Identity.Client.dll
|
||||
microsoft.identitymodel.abstractions/8.14.0/lib/net9.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
microsoft.identitymodel.jsonwebtokens/8.14.0/lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/8.14.0/lib/net9.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/7.7.1/lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/7.7.1/lib/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/8.14.0/lib/net9.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.openapi/2.4.1/lib/net8.0/Microsoft.OpenApi.dll
|
||||
microsoft.sqlserver.server/1.0.0/lib/netstandard2.0/Microsoft.SqlServer.Server.dll
|
||||
newtonsoft.json.bson/1.0.2/lib/netstandard2.0/Newtonsoft.Json.Bson.dll
|
||||
newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll
|
||||
swashbuckle.aspnetcore.swagger/10.1.7/lib/net10.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
swashbuckle.aspnetcore.swaggergen/10.1.7/lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
swashbuckle.aspnetcore.swaggerui/10.1.7/lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
system.clientmodel/1.5.1/lib/net8.0/System.ClientModel.dll
|
||||
system.directoryservices.protocols/10.0.8/lib/net10.0/System.DirectoryServices.Protocols.dll
|
||||
system.identitymodel.tokens.jwt/7.7.1/lib/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.memory.data/8.0.1/lib/net8.0/System.Memory.Data.dll
|
||||
system.security.cryptography.pkcs/9.0.4/lib/net9.0/System.Security.Cryptography.Pkcs.dll
|
||||
system.security.cryptography.protecteddata/9.0.4/lib/net9.0/System.Security.Cryptography.ProtectedData.dll
|
||||
|
||||
[analyzerReferences]
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/10.0.8/analyzers/dotnet/cs/
|
||||
Microsoft.AspNetCore.App.Analyzers.dll
|
||||
Microsoft.AspNetCore.App.CodeFixes.dll
|
||||
Microsoft.AspNetCore.App.SourceGenerators.dll
|
||||
Microsoft.AspNetCore.Components.Analyzers.dll
|
||||
Microsoft.Extensions.Logging.Generators.dll
|
||||
Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
Microsoft.Extensions.Validation.ValidationsGenerator.dll
|
||||
<DOTNET>/packs/Microsoft.NETCore.App.Ref/10.0.8/analyzers/dotnet/cs/
|
||||
Microsoft.Interop.ComInterfaceGenerator.dll
|
||||
Microsoft.Interop.JavaScript.JSImportGenerator.dll
|
||||
Microsoft.Interop.LibraryImportGenerator.dll
|
||||
Microsoft.Interop.SourceGeneration.dll
|
||||
System.Text.Json.SourceGeneration.dll
|
||||
System.Text.RegularExpressions.Generator.dll
|
||||
<DOTNET>/sdk/10.0.300/Sdks/Microsoft.NET.Sdk.Razor/source-generators/
|
||||
Microsoft.AspNetCore.Razor.Utilities.Shared.dll
|
||||
Microsoft.CodeAnalysis.Razor.Compiler.dll
|
||||
Microsoft.Extensions.ObjectPool.dll
|
||||
<DOTNET>/sdk/10.0.300/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/
|
||||
Microsoft.AspNetCore.Analyzers.dll
|
||||
Microsoft.AspNetCore.Mvc.Analyzers.dll
|
||||
<DOTNET>/sdk/10.0.300/Sdks/Microsoft.NET.Sdk/analyzers/
|
||||
Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
|
||||
Microsoft.CodeAnalysis.NetAnalyzers.dll
|
||||
<NUGET>/
|
||||
microsoft.aspnetcore.openapi/10.0.8/analyzers/dotnet/cs/Microsoft.AspNetCore.OpenApi.SourceGenerators.dll
|
||||
microsoft.codeanalysis.analyzers/3.11.0/analyzers/dotnet/cs/
|
||||
Microsoft.CodeAnalysis.Analyzers.dll
|
||||
Microsoft.CodeAnalysis.CSharp.Analyzers.dll
|
||||
microsoft.entityframeworkcore.analyzers/10.0.8/analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll
|
||||
system.clientmodel/1.5.1/analyzers/dotnet/cs/System.ClientModel.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
<DOTNET>/sdk/10.0.300/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_10_default.globalconfig
|
||||
obj/Debug/net10.0/Microsoft.SelfService.Portal.Core.API.GeneratedMSBuildEditorConfig.editorconfig
|
||||
Reference in New Issue
Block a user