mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
StyleChecker works, tests dont
This commit is contained in:
Generated
+36
@@ -87,6 +87,42 @@ namespace ScriptCoreGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Methods marked with UnmanagedCallersOnlyAttribute must wrap their logic in a try-catch statement, to ensure that no exception is leaks out of the C# runtime..
|
||||
/// </summary>
|
||||
internal static string CatchUnmanagedCallers_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("CatchUnmanagedCallers_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrap in try-catch-Statement.
|
||||
/// </summary>
|
||||
internal static string CatchUnmanagedCallers_FixTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CatchUnmanagedCallers_FixTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Method '{0}' must wrap it's logic in a try-catch-Statement.
|
||||
/// </summary>
|
||||
internal static string CatchUnmanagedCallers_MessageFormat {
|
||||
get {
|
||||
return ResourceManager.GetString("CatchUnmanagedCallers_MessageFormat", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to UnmanagedCallersOnly-Methods must catch all exceptions..
|
||||
/// </summary>
|
||||
internal static string CatchUnmanagedCallers_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("CatchUnmanagedCallers_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Make constant.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user