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
After following your instructions step by step, and attempting to run this console application, I encountered the following error:
Program.cs(22,39): error CS1061: 'AirbrakeNotifier' does not contain a definition for 'BuildNotice' and no extension method 'BuildNotice' accepting a first argument of type 'AirbrakeNotifier' could be found (are you missing a using directive or an assembly reference?) [C:\Users\katya\ConsoleApp\ConsoleApp.csproj]
The text was updated successfully, but these errors were encountered:
After following your instructions step by step, and attempting to run this console application, I encountered the following error:
Program.cs(22,39): error CS1061: 'AirbrakeNotifier' does not contain a definition for 'BuildNotice' and no extension method 'BuildNotice' accepting a first argument of type 'AirbrakeNotifier' could be found (are you missing a using directive or an assembly reference?) [C:\Users\katya\ConsoleApp\ConsoleApp.csproj]
The text was updated successfully, but these errors were encountered: