Updated workflow, widened support, now including Net 8, 9 and 10
Some checks failed
Nuget Pkg Build / build (push) Failing after 58s
Some checks failed
Nuget Pkg Build / build (push) Failing after 58s
This commit is contained in:
@@ -39,7 +39,7 @@ class GuidDependantService {
|
||||
}
|
||||
|
||||
public void LogWithId(string message) {
|
||||
logService.Log($"[GuidDependantService] {message} (ID: {guidService.Id})");
|
||||
logService.Log($"[GuidDependantService] {message} (ID: {guidService?.Id})");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user