Adds support for configuration hot reload. Closes #247 #2188
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
build:
DevProxy.Plugins/Guidance/GraphSelectGuidancePlugin.cs#L20
'GraphSelectGuidancePlugin' contains field '_msGraphDb' that is of IDisposable type 'MSGraphDb', but it is never disposed. Change the Dispose method on 'GraphSelectGuidancePlugin' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
build:
DevProxy.Plugins/Guidance/GraphSelectGuidancePlugin.cs#L20
'GraphSelectGuidancePlugin' contains field '_msGraphDb' that is of IDisposable type 'MSGraphDb', but it is never disposed. Change the Dispose method on 'GraphSelectGuidancePlugin' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|