refactor: Handle possible exception #714
Annotations
10 warnings
Build and analyze:
src/Aktabook.Bus/Program.cs#L1
Add or update the header of this file.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L32
Do not suppress issues.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L155
Do not suppress issues.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L156
Catch a list of specific exception subtype or use exception filters instead.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L48
Replace this string literal with a string retrieved through an instance of the 'ResourceManager' class.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L129
Replace this string literal with a string retrieved through an instance of the 'ResourceManager' class.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L151
Replace this string literal with a string retrieved through an instance of the 'ResourceManager' class.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L159
Replace this string literal with a string retrieved through an instance of the 'ResourceManager' class.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L43
Assign this magic number '32' to a well-named variable or constant, and use that instead.
|
Build and analyze:
src/Aktabook.Bus/Program.cs#L43
Assign this magic number '1024' to a well-named variable or constant, and use that instead.
|
Loading