diff --git a/src/MauiSettings.sln b/src/MauiSettings.sln index ce03c4d..115d1bf 100644 --- a/src/MauiSettings.sln +++ b/src/MauiSettings.sln @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32519.111 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiSettings", "MauiSettings\MauiSettings.csproj", "{9A79D717-2C07-48A4-A78D-BD252E9BCA25}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiSettings", "MauiSettings\MauiSettings.csproj", "{9A79D717-2C07-48A4-A78D-BD252E9BCA25}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{26232A22-4BBC-4509-99A5-987CE67F1882}" + ProjectSection(SolutionItems) = preProject + nuget.config = nuget.config + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/MauiSettings/Helper/MauiSettingsObjectHelper.cs b/src/MauiSettings/Helper/MauiSettingsObjectHelper.cs index 649b1dd..3d47970 100644 --- a/src/MauiSettings/Helper/MauiSettingsObjectHelper.cs +++ b/src/MauiSettings/Helper/MauiSettingsObjectHelper.cs @@ -60,9 +60,9 @@ public static void SetSettingValue(MemberInfo memberInfo, object settings, objec return; } } - catch (Exception exc) + catch (Exception) { - throw new NotSupportedException($"MauiSettings: The type '{memberInfo.GetType()}' is not supported for the field: {memberInfo.Name}", exc); + //throw new NotSupportedException($"MauiSettings: The type '{memberInfo.GetType()}' is not supported for the field: {memberInfo.Name}", exc); } } diff --git a/src/MauiSettings/MauiSettings.csproj b/src/MauiSettings/MauiSettings.csproj index f23e17d..039a980 100644 --- a/src/MauiSettings/MauiSettings.csproj +++ b/src/MauiSettings/MauiSettings.csproj @@ -1,10 +1,10 @@ - net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 + net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 - + true true enable @@ -28,7 +28,7 @@ README.md True Settings.Maui - 1.0.4 + 1.0.5 Settings.Maui SettingsMaui @@ -38,7 +38,9 @@ - + + + diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 0000000..2b3587d --- /dev/null +++ b/src/nuget.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file