Conversation
Meir017
commented
Jun 1, 2025
| <ItemGroup> | ||
| <PackageReference Include="Argument" Version="1.3.1" /> | ||
| <PackageReference Include="AshMind.Extensions" Version="3.0.0-pre-20190808-01" /> | ||
| <PackageReference Include="Autofac" Version="4.9.2" /> |
Author
There was a problem hiding this comment.
the old version of Autofac togather with the new AddServiceDefaults failed to start with the error
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'instance')
at Autofac.RegistrationExtensions.RegisterInstance[T](ContainerBuilder builder, T instance)
at Autofac.Extensions.DependencyInjection.AutofacRegistration.Register(ContainerBuilder builder, IEnumerable`1 descriptors, Object lifetimeScopeTagForSingletons)
at Autofac.Extensions.DependencyInjection.AutofacRegistration.Populate(ContainerBuilder builder, IEnumerable`1 descriptors, Object lifetimeScopeTagForSingletons)
at Autofac.Extensions.DependencyInjection.AutofacRegistration.Populate(ContainerBuilder builder, IEnumerable`1 descriptors)
at Autofac.Extensions.DependencyInjection.AutofacServiceProviderFactory.CreateBuilder(IServiceCollection services)
Microsoft.AspNetCore.Builder.ConfigureHostBuilder.ServiceProviderFactoryAdapter`1.CreateBuilder(IServiceCollection services)
at Microsoft.Extensions.Hosting.HostApplicationBuilder.<>c__DisplayClass30_0`1.<ConfigureContainer>b__0()
at Microsoft.Extensions.Hosting.HostApplicationBuilder.Build()
at Microsoft.AspNetCore.Builder.WebApplicationBuilder.Build()
at SharpLab.Server.Program.Main(String[] args) in C:\github\sharplab\source\Server\Program.cs:line 27
Author
There was a problem hiding this comment.
updating Autofac to a recent version broke the dependency on Autofac.Extras.FileSystemRegistration So I copied the source-files of that library into a folder in this component
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
just need to setup the git submodules manually
sharplab-aspire.mp4
small issue in the client UI, getting 403 error from local storage-account
