Skip to content

hayer/WpfGrpcBuildFail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WpfGrpcBuildFail

Shows WPF app using .NET Core 3.0-preview5 failing when trying to use a gRPC service as shown at the AspNetCore.Docs example.

How?

cd <solution directory>
dotnet build WpfGrpcBuildFail.sln

results in DemoWpfApp build failing with

MainWindow.xaml.cs(1,7): error CS0246: The type or namespace name 'Greet' could not be found (are you missing a using directive or an assembly reference?) [<...>\DemoWpfApp_hirrg4ow_wpftmp.csproj]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages