(string[] args)
| 8 | sealed class Program |
| 9 | { |
| 10 | public static void Main(string[] args) |
| 11 | { |
| 12 | var app = new App(); |
| 13 | new PollyStack(app, "PollyStack"); |
| 14 | app.Synth(); |
| 15 | } |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected