You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found by @OlegKarasik: When you run Hastlayer, like the Hast.NuGet.Console from the NuGetTest solution, or Hast.Samples.Demo from the root solution, from VS Code or with dotnet run, you'll get dependency injection errors along the lines of:
Error: Some services are not able to be constructed (Error while validating the
service descriptor 'ServiceType:
Hast.Communication.Services.ICommunicationServiceSelector Lifetime: Scoped
ImplementationType: Hast.Communication.Services.CommunicationServiceSelector':
Unable to resolve service for type 'Hast.Common.Services.IClock' while
attempting to activate 'Hast.Communication.Services.FpgaIpEndpointFinder'.)
(Error while validating the service descriptor 'ServiceType:
Hast.Communication.Services.ICommunicationService Lifetime: Scoped
ImplementationType: Hast.Communication.Services.EthernetCommunicationService':
This looks like a dependency loading issue in Hastlayer.
github-actionsbot
changed the title
Exception when running Hastlayer from VS Code
Exception when running Hastlayer from VS Code (HAST-325)
Sep 26, 2023
Found by @OlegKarasik: When you run Hastlayer, like the
Hast.NuGet.Console
from the NuGetTest solution, orHast.Samples.Demo
from the root solution, from VS Code or withdotnet run
, you'll get dependency injection errors along the lines of:This looks like a dependency loading issue in
Hastlayer
.Jira issue
The text was updated successfully, but these errors were encountered: