corvus-dotnet / corvus-dotnet/Corvus.Testing.AzureFunctions.ReqnRoll
Corvus.Testing.AzureFunctions.ReqnRoll Unable to Host functions in .Net 10
- Dominant language
- C#
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
As we migrate to the .Net 10 with below configuration details we see some issue around the library.
1. Azure Function V4.
2. Corvus.Testing.AzureFunctions.ReqnRoll (NuGet version 5.0.0)
3. .Net 10
4. Reqnroll (NuGet version 3.3.0)
` await functionsController.StartFunctionsInstanceAsync(
path,
port,
runtime,
configuration: FunctionConfiguration);`
where as
- Path:- Path to the folder where .csproj is available. It's relative path.
- Port:- 7071
- runtime:- net10.0
Issue:- Getting Issue around the method
`Corvus.Testing.AzureFunctions.FunctionProject.ResolvePath(String pathFragment, String runtime, ILogger logger)`
**System.InvalidOperationException: 'Failed to find Web.API\SampleFunction'**
Is there any fix around it? Or it need any update for .net10 ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported call to StartFunctionsInstanceAsync with runtime net10.0 and the relative Web.API\SampleFunction path. Trace FunctionProject.ResolvePath(String pathFragment, String runtime, ILogger logger) to determine why the project cannot be found; done means the Azure Function hosts successfully with the stated .NET 10 configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100