Developer forum

Forum » Dynamicweb 10 » DW not seeing deployed dll

DW not seeing deployed dll

Mateusz Struzik
Reply

Hi 

I hit the issue during CI/CD configuration. I have some custom code, few dlls. i can see in azure devops that they were install properly :
 
i can see custom dlls on server :



but than in installed the "infrastucture" dll is missing :

so because of that i am getting error after app recycle:

[2025-11-02 17:34:27.612] Custom.ScanApp (Context) System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load file or assembly 'Custom.ScanApp.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.Could not load file or assembly 'Custom.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.Could not load file or assembly 'Custom.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. 

(Custom - is just to hide dll full name)


when i install missing dll from my computer using cli it appears on env and there is no more errors and dlls are loading properly

Do you know what might causing this issue ? Is there a way how to solve this issue ? 

Ps: i am getting error when trying do install .infrastructure.dll 

from cli:

Request failed, returned error:
{
  type: 'https://tools.ietf.org/html/rfc9110#section-15.6.1',
  title: 'One or more errors occurred. (Failure has occurred while loading a type.)',
  status: 500,
  traceId: '00-0e166ff8d1810e4cf1830a294a4823f0-aba59963fbd373f6-00'
}

in env : 

2025-11-02 22:12:54.6251: Management API request failed. Trace ID: 00-0e166ff8d1810e4cf1830a294a4823f0-aba59963fbd373f6-00. System.AggregateException: One or more errors occurred. (Failure has occurred while loading a type.)
 ---> System.TypeAccessException: Failure has occurred while loading a type.
   at Dynamicweb.Marketplace.Providers.LocalAddinProvider.InstallDll(String path, Boolean queue, String package)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Dynamicweb.Marketplace.MarketplaceService.Sync(Func`2 func, String manager)
   at Dynamicweb.Marketplace.MarketplaceService.InstallViaManager(String package, String version, String manager, Boolean queue)
   at Dynamicweb.Marketplace.MarketplaceService.Install(String package, String version, String manager, Boolean queue)
   at Dynamicweb.Application.UI.Commands.AddinInstallCommand.Handle()
   at Dynamicweb.Management.Api.Controllers.Api.DataController.GetCommandResult(Type commandType, Type queryType, String body)
   at Dynamicweb.Management.Api.Controllers.Api.DataController.Post(String command, Object body)
   at lambda_method160(Closure, Object)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2025-11-02 22:12:54.6278: Request headers: [
  "Accept",
  "Accept-Encoding",
  "Authorization",
  "Connection",
  "Content-Length",
  "Content-Type",
  "Host",
  "User-Agent"
]
2025-11-02 22:12:54.6281: Request item keys: [
  "DW_Current_ExecutionTable"
]
2025-11-02 22:12:54.6283: Request form: []

 

it looks like i need to recycle app before i can install this dll

Regards 

Mateusz


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

What is inside the infrastructure.dll? Is it just regular .net - can you show all its dependencies from the proj?

 
Mateusz Struzik
Reply

It has few installed directly and a lot transitive:
 


Project 'Degree.MoldeJarnvare.ScanApp.Infrastructure' has the following package references
   [net8.0]: 
   Top-level Package                               Requested   Resolved
   > Microsoft.CodeAnalysis.Common                 4.8.0       4.8.0   
   > Microsoft.CodeAnalysis.CSharp                 4.8.0       4.8.0   
   > Microsoft.CodeAnalysis.CSharp.Workspaces      4.8.0       4.8.0   
   > Microsoft.CodeAnalysis.Workspaces.Common      4.8.0       4.8.0   
   > Microsoft.EntityFrameworkCore.Design          8.0.21      8.0.21  

   Transitive Package                                                                   Resolved       
   > Azure.AI.OpenAI                                                                    1.0.0-beta.9   
   > Azure.Core                                                                         1.38.0         
   > Azure.Identity                                                                     1.11.4         
   > CsvHelper                                                                          31.0.4         
   > Dynamicweb                                                                         10.18.13       
   > Dynamicweb.AI.Azure                                                                10.18.13       
   > Dynamicweb.Application.UI                                                          10.18.13       
   > Dynamicweb.Apps.UI                                                                 10.18.13       
   > Dynamicweb.Content.UI                                                              10.18.13       
   > Dynamicweb.Core                                                                    10.18.13       
   > Dynamicweb.CoreUI                                                                  10.18.13       
   > Dynamicweb.CoreUI.Rendering                                                        10.18.13       
   > Dynamicweb.DataIntegration                                                         10.18.13       
   > Dynamicweb.DataIntegration.Providers.CsvProvider                                   10.18.13       
   > Dynamicweb.DataIntegration.Providers.ExcelProvider                                 10.18.13       
   > Dynamicweb.DataPortability                                                         10.18.13       
   > Dynamicweb.Ecommerce                                                               10.18.13       
   > Dynamicweb.Ecommerce.UI                                                            10.18.13       
   > Dynamicweb.EmailMarketing                                                          10.18.13       
   > Dynamicweb.ExternalAuthentication                                                  10.18.13       
   > Dynamicweb.Files.UI                                                                10.18.13       
   > Dynamicweb.Forms                                                                   10.18.13       
   > Dynamicweb.Frontend.Classic                                                        10.18.13       
   > Dynamicweb.Frontend.Classic.Api                                                    10.18.13       
   > Dynamicweb.Frontend.Classic.Api.Content                                            10.18.13       
   > Dynamicweb.Frontend.Classic.Api.Ecommerce                                          10.18.13       
   > Dynamicweb.Frontend.Classic.Api.Products                                           10.18.13       
   > Dynamicweb.Global.UI                                                               10.18.13       
   > Dynamicweb.Host.Core                                                               10.18.13       
   > Dynamicweb.Imaging.Providers.ImageSharpProviders                                   10.1.1         
   > Dynamicweb.Imaging.Providers.MetadataExtractorProviders                            10.0.0         
   > Dynamicweb.Indexing.Lucene4                                                        10.18.13       
   > Dynamicweb.Insights.UI                                                             10.18.13       
   > Dynamicweb.Integration.UI                                                          10.18.13       
   > Dynamicweb.Integration.Web                                                         10.18.13       
   > Dynamicweb.LoadBalancing                                                           10.18.13       
   > Dynamicweb.Management.Api                                                          10.18.13       
   > Dynamicweb.Management.UI                                                           10.18.13       
   > Dynamicweb.Marketing.UI                                                            10.18.13       
   > Dynamicweb.Marketplace                                                             10.18.13       
   > Dynamicweb.Products.UI                                                             10.18.13       
   > Dynamicweb.QueryPublisher                                                          10.18.13       
   > Dynamicweb.Rendering.Providers.NetCore                                             10.18.13       
   > Dynamicweb.Scheduler                                                               10.18.13       
   > Dynamicweb.Suite                                                                   10.18.13       
   > Dynamicweb.Suite.Ring3                                                             2025.10.29     
   > Dynamicweb.Tracking.Web                                                            10.18.13       
   > Dynamicweb.Users                                                                   10.18.13       
   > Dynamicweb.Users.UI                                                                10.18.13       
   > EPPlus                                                                             7.7.1          
   > EPPlus.Interfaces                                                                  7.7.0          
   > EPPlus.System.Drawing                                                              7.7.0          
   > FluentValidation                                                                   12.0.0         
   > FluentValidation.DependencyInjectionExtensions                                     12.0.0         
   > HtmlAgilityPack                                                                    1.11.57        
   > Humanizer.Core                                                                     2.14.1         
   > J2N                                                                                2.0.0          
   > Lucene.Net                                                                         4.8.0-beta00016
   > Lucene.Net.Analysis.Common                                                         4.8.0-beta00016
   > Lucene.Net.Facet                                                                   4.8.0-beta00016
   > Lucene.Net.Grouping                                                                4.8.0-beta00016
   > Lucene.Net.Join                                                                    4.8.0-beta00016
   > Lucene.Net.Misc                                                                    4.8.0-beta00016
   > Lucene.Net.Queries                                                                 4.8.0-beta00016
   > Lucene.Net.QueryParser                                                             4.8.0-beta00016
   > Lucene.Net.Sandbox                                                                 4.8.0-beta00016
   > Lucene.Net.Suggest                                                                 4.8.0-beta00016
   > MaxMind.Db                                                                         4.1.0          
   > MaxMind.GeoIP2                                                                     5.2.0          
   > MetadataExtractor                                                                  2.7.0          
   > Microsoft.ApplicationInsights                                                      2.21.0         
   > Microsoft.AspNetCore.Authentication.JwtBearer                                      8.0.21         
   > Microsoft.AspNetCore.Authentication.OpenIdConnect                                  8.0.12         
   > Microsoft.AspNetCore.Razor.Language                                                3.1.0          
   > Microsoft.Bcl.AsyncInterfaces                                                      7.0.0          
   > Microsoft.Build                                                                    15.9.20        
   > Microsoft.Build.Framework                                                          15.9.20        
   > Microsoft.Build.Utilities.Core                                                     15.9.20        
   > Microsoft.CodeAnalysis.Analyzers                                                   3.3.4          
   > Microsoft.CSharp                                                                   4.7.0          
   > Microsoft.Data.SqlClient                                                           5.1.6          
   > Microsoft.Data.SqlClient.SNI.runtime                                               5.1.1          
   > Microsoft.EntityFrameworkCore                                                      8.0.21         
   > Microsoft.EntityFrameworkCore.Abstractions                                         8.0.21         
   > Microsoft.EntityFrameworkCore.Analyzers                                            8.0.21         
   > Microsoft.EntityFrameworkCore.Relational                                           8.0.21         
   > Microsoft.EntityFrameworkCore.SqlServer                                            8.0.21         
   > Microsoft.Extensions.ApiDescription.Server                                         6.0.3          
   > Microsoft.Extensions.Caching.Abstractions                                          8.0.0          
   > Microsoft.Extensions.Caching.Memory                                                8.0.1          
   > Microsoft.Extensions.Configuration                                                 8.0.0          
   > Microsoft.Extensions.Configuration.Abstractions                                    8.0.0          
   > Microsoft.Extensions.Configuration.Binder                                          8.0.0          
   > Microsoft.Extensions.Configuration.CommandLine                                     8.0.0          
   > Microsoft.Extensions.Configuration.EnvironmentVariables                            8.0.0          
   > Microsoft.Extensions.Configuration.FileExtensions                                  8.0.1          
   > Microsoft.Extensions.Configuration.Json                                            8.0.1          
   > Microsoft.Extensions.Configuration.UserSecrets                                     8.0.0          
   > Microsoft.Extensions.DependencyInjection                                           8.0.1          
   > Microsoft.Extensions.DependencyInjection.Abstractions                              8.0.2          
   > Microsoft.Extensions.DependencyModel                                               8.0.2          
   > Microsoft.Extensions.Diagnostics                                                   8.0.0          
   > Microsoft.Extensions.Diagnostics.Abstractions                                      8.0.0          
   > Microsoft.Extensions.FileProviders.Abstractions                                    8.0.0          
   > Microsoft.Extensions.FileProviders.Embedded                                        8.0.15         
   > Microsoft.Extensions.FileProviders.Physical                                        8.0.0          
   > Microsoft.Extensions.FileSystemGlobbing                                            8.0.0          
   > Microsoft.Extensions.Hosting                                                       8.0.0          
   > Microsoft.Extensions.Hosting.Abstractions                                          8.0.0          
   > Microsoft.Extensions.Logging                                                       8.0.1          
   > Microsoft.Extensions.Logging.Abstractions                                          8.0.2          
   > Microsoft.Extensions.Logging.Configuration                                         8.0.0          
   > Microsoft.Extensions.Logging.Console                                               8.0.0          
   > Microsoft.Extensions.Logging.Debug                                                 8.0.0          
   > Microsoft.Extensions.Logging.EventLog                                              8.0.0          
   > Microsoft.Extensions.Logging.EventSource                                           8.0.0          
   > Microsoft.Extensions.ObjectPool                                                    6.0.16         
   > Microsoft.Extensions.Options                                                       8.0.2          
   > Microsoft.Extensions.Options.ConfigurationExtensions                               8.0.0          
   > Microsoft.Extensions.Primitives                                                    8.0.0          
   > Microsoft.Graph                                                                    5.40.0         
   > Microsoft.Graph.Core                                                               3.1.6          
   > Microsoft.Identity.Client                                                          4.61.3         
   > Microsoft.Identity.Client.Extensions.Msal                                          4.61.3         
   > Microsoft.IdentityModel.Abstractions                                               7.2.0          
   > Microsoft.IdentityModel.JsonWebTokens                                              7.2.0          
   > Microsoft.IdentityModel.Logging                                                    7.2.0          
   > Microsoft.IdentityModel.Protocols                                                  7.2.0          
   > Microsoft.IdentityModel.Protocols.OpenIdConnect                                    7.2.0          
   > Microsoft.IdentityModel.Tokens                                                     7.2.0          
   > Microsoft.IO.RecyclableMemoryStream                                                3.0.1          
   > Microsoft.Kiota.Abstractions                                                       1.7.5          
   > Microsoft.Kiota.Authentication.Azure                                               1.1.2          
   > Microsoft.Kiota.Http.HttpClientLibrary                                             1.3.4          
   > Microsoft.Kiota.Serialization.Form                                                 1.1.1          
   > Microsoft.Kiota.Serialization.Json                                                 1.1.2          
   > Microsoft.Kiota.Serialization.Multipart                                            1.1.1          
   > Microsoft.Kiota.Serialization.Text                                                 1.1.1          
   > Microsoft.NETCore.Platforms                                                        1.1.0          
   > Microsoft.NETCore.Targets                                                          1.1.0          
   > Microsoft.SqlServer.DacFx                                                          162.1.172      
   > Microsoft.SqlServer.Server                                                         1.0.0          
   > Microsoft.SqlServer.TransactSql.ScriptDom                                          161.8910.0     
   > Microsoft.SqlServer.Types                                                          160.1000.6     
   > Microsoft.Win32.Registry                                                           4.7.0          
   > Microsoft.Win32.SystemEvents                                                       8.0.0          
   > Mono.TextTemplating                                                                2.2.1          
   > Namotion.Reflection                                                                3.1.1          
   > NETStandard.Library                                                                2.0.3          
   > Newtonsoft.Json                                                                    13.0.3         
   > NJsonSchema                                                                        11.0.0         
   > NJsonSchema.Annotations                                                            11.0.0         
   > NJsonSchema.NewtonsoftJson                                                         11.0.0         
   > NJsonSchema.Yaml                                                                   11.0.0         
   > NSwag.Annotations                                                                  14.0.2         
   > NSwag.AspNetCore                                                                   14.0.2         
   > NSwag.Core                                                                         14.0.2         
   > NSwag.Core.Yaml                                                                    14.0.2         
   > NSwag.Generation                                                                   14.0.2         
   > NSwag.Generation.AspNetCore                                                        14.0.2         
   > NuGet.Common                                                                       6.10.1         
   > NuGet.Configuration                                                                6.10.1         
   > NuGet.Frameworks                                                                   6.10.1         
   > NuGet.Packaging                                                                    6.10.1         
   > NuGet.Protocol                                                                     6.10.1         
   > NuGet.Resolver                                                                     6.10.1         
   > NuGet.Versioning                                                                   6.10.1         
   > RazorEngine.NetCore                                                                3.1.0          
   > runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl           4.3.2          
   > runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl          4.3.2          
   > runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl          4.3.2          
   > runtime.native.System                                                              4.3.0          
   > runtime.native.System.Data.SqlClient.sni                                           4.7.0          
   > runtime.native.System.IO.Compression                                               4.3.0          
   > runtime.native.System.Security.Cryptography.Apple                                  4.3.1          
   > runtime.native.System.Security.Cryptography.OpenSsl                                4.3.2          
   > runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl      4.3.2          
   > runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl      4.3.2          
   > runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple            4.3.1          
   > runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl          4.3.2          
   > runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl             4.3.2          
   > runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl       4.3.2          
   > runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl       4.3.2          
   > runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl       4.3.2          
   > runtime.win-arm64.runtime.native.System.Data.SqlClient.sni                         4.4.0          
   > runtime.win-x64.runtime.native.System.Data.SqlClient.sni                           4.4.0          
   > runtime.win-x86.runtime.native.System.Data.SqlClient.sni                           4.4.0          
   > SixLabors.ImageSharp                                                               2.1.11         
   > Std.UriTemplate                                                                    0.0.50         
   > System.Buffers                                                                     4.3.0          
   > System.ClientModel                                                                 1.0.0          
   > System.CodeDom                                                                     4.4.0          
   > System.Collections                                                                 4.3.0          
   > System.Collections.Concurrent                                                      4.3.0          
   > System.Collections.Immutable                                                       7.0.0          
   > System.ComponentModel.Annotations                                                  5.0.0          
   > System.ComponentModel.Composition                                                  6.0.0          
   > System.Composition                                                                 7.0.0          
   > System.Composition.AttributedModel                                                 7.0.0          
   > System.Composition.Convention                                                      7.0.0          
   > System.Composition.Hosting                                                         7.0.0          
   > System.Composition.Runtime                                                         7.0.0          
   > System.Composition.TypedParts                                                      7.0.0          
   > System.Configuration.ConfigurationManager                                          8.0.1          
   > System.Data.SqlClient                                                              4.8.6          
   > System.Diagnostics.Debug                                                           4.3.0          
   > System.Diagnostics.DiagnosticSource                                                8.0.0          
   > System.Diagnostics.EventLog                                                        8.0.1          
   > System.Diagnostics.TraceSource                                                     4.0.0          
   > System.Diagnostics.Tracing                                                         4.3.0          
   > System.Drawing.Common                                                              8.0.14         
   > System.Dynamic.Runtime                                                             4.0.11         
   > System.Formats.Asn1                                                                8.0.2          
   > System.Globalization                                                               4.3.0          
   > System.IdentityModel.Tokens.Jwt                                                    7.2.0          
   > System.IO                                                                          4.3.0          
   > System.IO.Compression                                                              4.3.0          
   > System.IO.FileSystem                                                               4.3.0          
   > System.IO.FileSystem.Primitives                                                    4.3.0          
   > System.IO.Packaging                                                                5.0.0          
   > System.IO.Pipelines                                                                8.0.0          
   > System.Linq                                                                        4.3.0          
   > System.Linq.Expressions                                                            4.1.0          
   > System.Memory                                                                      4.5.4          
   > System.Memory.Data                                                                 1.0.2          
   > System.Net.Primitives                                                              4.3.0          
   > System.Numerics.Vectors                                                            4.5.0          
   > System.ObjectModel                                                                 4.0.12         
   > System.Reflection                                                                  4.3.0          
   > System.Reflection.Emit                                                             4.7.0          
   > System.Reflection.Emit.ILGeneration                                                4.0.1          
   > System.Reflection.Emit.Lightweight                                                 4.0.1          
   > System.Reflection.Extensions                                                       4.3.0          
   > System.Reflection.Metadata                                                         7.0.0          
   > System.Reflection.Primitives                                                       4.3.0          
   > System.Reflection.TypeExtensions                                                   4.1.0          
   > System.Resources.Extensions                                                        4.7.1          
   > System.Resources.ResourceManager                                                   4.3.0          
   > System.Runtime                                                                     4.3.0          
   > System.Runtime.Caching                                                             8.0.1          
   > System.Runtime.CompilerServices.Unsafe                                             6.0.0          
   > System.Runtime.Extensions                                                          4.3.0          
   > System.Runtime.Handles                                                             4.3.0          
   > System.Runtime.InteropServices                                                     4.3.0          
   > System.Runtime.InteropServices.RuntimeInformation                                  4.3.0          
   > System.Runtime.Loader                                                              4.3.0          
   > System.Runtime.Numerics                                                            4.3.0          
   > System.Runtime.Serialization.Primitives                                            4.1.1          
   > System.Security.AccessControl                                                      6.0.0          
   > System.Security.Claims                                                             4.3.0          
   > System.Security.Cryptography.Algorithms                                            4.3.1          
   > System.Security.Cryptography.Cng                                                   5.0.0          
   > System.Security.Cryptography.Encoding                                              4.3.0          
   > System.Security.Cryptography.Pkcs                                                  8.0.1          
   > System.Security.Cryptography.Primitives                                            4.3.0          
   > System.Security.Cryptography.ProtectedData                                         8.0.0          
   > System.Security.Cryptography.Xml                                                   6.0.1          
   > System.Security.Permissions                                                        6.0.0          
   > System.Security.Principal                                                          4.3.0          
   > System.Security.Principal.Windows                                                  5.0.0          
   > System.ServiceModel.Http                                                           8.0.0          
   > System.ServiceModel.Primitives                                                     8.0.0          
   > System.Text.Encoding                                                               4.3.0          
   > System.Text.Encoding.CodePages                                                     8.0.0          
   > System.Text.Encoding.Extensions                                                    4.3.0          
   > System.Text.Encodings.Web                                                          6.0.0          
   > System.Text.Json                                                                   8.0.5          
   > System.Threading                                                                   4.3.0          
   > System.Threading.Channels                                                          7.0.0          
   > System.Threading.Tasks                                                             4.3.0          
   > System.Threading.Tasks.Dataflow                                                    4.6.0          
   > System.Threading.Tasks.Extensions                                                  4.5.4          
   > System.Threading.Thread                                                            4.0.0          
   > System.Threading.ThreadPool                                                        4.3.0          
   > System.Windows.Extensions                                                          6.0.0          
   > XmpCore                                                                            6.1.10.1       
   > YamlDotNet                                                                         13.7.1      

 

You must be logged in to post in the forum