From 9c4838c03571d3e8a99a0fdffe1a1e92c7f66778 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 14 Feb 2024 18:36:02 +0100 Subject: [PATCH] Throw error on non compiled bindings This commit handlse `XC0022 and XC0023` as error instead of a warning. Fixed #429 --- common.props | 5 +++++ .../Services/ServiceExtensions.cs | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/common.props b/common.props index 976ff0d9..e24f60e3 100644 --- a/common.props +++ b/common.props @@ -18,6 +18,11 @@ true true true + + + true + + XC0022,XC0023