Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/OrchardCoreContrib.App/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using OrchardCoreContrib.Library;

Console.WriteLine(Utils.Greeting());

Console.WriteLine(Utils.Greeting("Jon"));

Check warning on line 3 in src/OrchardCoreContrib.App/Program.cs

View workflow job for this annotation

GitHub Actions / Build windows-latest

'Utils.Greeting(string)' is obsolete: 'Use the Greeting(string firstName, string lastName) method instead.'

Check warning on line 3 in src/OrchardCoreContrib.App/Program.cs

View workflow job for this annotation

GitHub Actions / Build windows-latest

'Utils.Greeting(string)' is obsolete: 'Use the Greeting(string firstName, string lastName) method instead.'

Console.WriteLine(Utils.Greeting("Jon", "Doe"));
Loading