Skip to content

OlofMorra/microsoft-durable-task-issue-148

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Reproduction of issue #148

Trying to reproduce the issue #148 in a clean repo.

Run to reproduce error

Run from root

cd DurableFunctionsRepro && func start

Fix for error

Comment in Target group with name CopyGrpcNativeAssetsToOutDir in DurableFunctionsRepro.csproj and run from root

cd DurableFunctionsRepro && func start

Steps taken to create repository

  1. Install Jetbrains Rider (presumably no effect)
  2. Install .NET (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.300-macos-arm64-installer) with default settings
  3. Install mono-libgdiplus via brew (see https://learn.microsoft.com/en-us/dotnet/core/install/macos why)
    brew install mono-libgdiplus
  4. Install Azure Functions Core Tools
    brew tap azure/functions && brew install azure-functions-core-tools@4
  5. Create Functions app via Rider
  6. Execute following actions in DurableFunctionsRepro.csproj
    1. Replace all with code from microsoft/durabletask-dotnet#148 (comment)
    2. Upgrade Contrib.Grpc.Core.M1 to 2.46.7
    3. Comment out Target group with name CopyGrpcNativeAssetsToOutDir
  7. Install Azurite via NPM (Node 18.14.2 & NPM 9.5.0)
    npm install -g azurite
  8. Run azurite
    azurite --silent --location c:\azurite --debug c:\azurite\debug.log
  9. Run following command from root of project
    cd DurableFunctionsRepro && func start

Extra information

Committed my local.settings.json as well to ensure you can run project fully.

About

Sample repo to mimic problem described in https://github.com/microsoft/durabletask-dotnet/issues/148 with .NET 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages