Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in intro.md #560

Merged
merged 1 commit into from
Dec 26, 2023

Fix typo in intro.md

dbb0a86
Select commit
Loading
Failed to load commit list.
Merged

Fix typo in intro.md #560

Fix typo in intro.md
dbb0a86
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Build and test failed Dec 25, 2023 in 7m 38s

Build #20231225.1 had test failures

Details

Tests

  • Failed: 10 (0.10%)
  • Passed: 9,842 (99.41%)
  • Other: 48 (0.48%)
  • Total: 9,900

Annotations

Check failure on line 3921 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

Build log #L3921

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 3926 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

Build log #L3926

Dotnet command failed with non-zero exit code on the following projects : [ '/home/vsts/work/1/s/HarmonyTests' ]

Check failure on line 3912 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

Build log #L3912

Error: The process '/Users/runner/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 3917 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

Build log #L3917

Dotnet command failed with non-zero exit code on the following projects : [ '/Users/runner/work/1/s/HarmonyTests' ]

Check failure on line 1 in HarmonyLibTests.Patching.Specials:Test_PatchException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

HarmonyLibTests.Patching.Specials:Test_PatchException

  expecting no patching exception
  Expected: null
  But was:  <HarmonyLib.HarmonyException: Patching exception in method System.String HarmonyLibTests.Assets.DeadEndCode::Method() ---> System.InvalidProgramException: Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:HarmonyLibTests.Assets.DeadEndCode.Method_Patch2 (HarmonyLibTests.Assets.DeadEndCode): IL_0012: ret       


  at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x0008c] in <75d2362d616d4c0680d10e3f745491b0>:0 
  at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000b2] in <75d2362d616d4c0680d10e3f745491b0>:0 
   --- End of inner exception stack trace ---
  at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x0013c] in <75d2362d616d4c0680d10e3f745491b0>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00095] in <75d2362d616d4c0680d10e3f745491b0>:0 
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x00030] in <5d3308c2844e41d09e7f6907a87369f3>:0 >
Raw output
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x00040] in <5d3308c2844e41d09e7f6907a87369f3>:0 

Check failure on line 1 in HarmonyLibTests.Patching.Specials:Test_PatchException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

HarmonyLibTests.Patching.Specials:Test_PatchException

  expecting no patching exception
  Expected: null
  But was:  <HarmonyLib.HarmonyException: Patching exception in method System.String HarmonyLibTests.Assets.DeadEndCode::Method() ---> System.InvalidProgramException: Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:HarmonyLibTests.Assets.DeadEndCode.Method_Patch2 (HarmonyLibTests.Assets.DeadEndCode): IL_0012: ret       


  at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x0008c] in <ed82c191bdda4d35a4f93a2f5bafd1c3>:0 
  at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000bb] in <ed82c191bdda4d35a4f93a2f5bafd1c3>:0 
   --- End of inner exception stack trace ---
  at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x0013c] in <ed82c191bdda4d35a4f93a2f5bafd1c3>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00095] in <ed82c191bdda4d35a4f93a2f5bafd1c3>:0 
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x00030] in <c3eac3bb2cd244e2ab8158024a79f1ef>:0 >
Raw output
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x00040] in <c3eac3bb2cd244e2ab8158024a79f1ef>:0 

Check failure on line 1 in HarmonyLibTests.Patching.Arguments:Test_InjectDelegateForStaticClass

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

HarmonyLibTests.Patching.Arguments:Test_InjectDelegateForStaticClass

HarmonyLib.HarmonyException : Patching exception in method static System.String HarmonyLibTests.Assets.InjectDelegateStaticClass::Method(System.Int32 n)
  ----> System.ArgumentException : Destination too short
Raw output
  at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x0013c] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00093] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLibTests.Patching.Arguments.Test_InjectDelegateForStaticClass () [0x0002d] in <a72de9f94b6348228dcef60742b11259>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <d636f104d58046fd9b195699bcb1a744>:0 
--ArgumentException
  at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x0008c] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000bb] in <b46e8810005a4cc1911e9238e3e52dab>:0 

Check failure on line 1 in HarmonyLibTests.Patching.Specials:Test_PatchException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build and test

HarmonyLibTests.Patching.Specials:Test_PatchException

  expecting no patching exception
  Expected: null
  But was:  <HarmonyLib.HarmonyException: Patching exception in method System.String HarmonyLibTests.Assets.DeadEndCode::Method() ---> System.InvalidProgramException: Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:HarmonyLibTests.Assets.DeadEndCode.Method_Patch2 (HarmonyLibTests.Assets.DeadEndCode): IL_0012: ret       


  at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x0008c] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000bb] in <b46e8810005a4cc1911e9238e3e52dab>:0 
   --- End of inner exception stack trace ---
  at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x0013c] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00093] in <b46e8810005a4cc1911e9238e3e52dab>:0 
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x00030] in <a72de9f94b6348228dcef60742b11259>:0 >
Raw output
  at HarmonyLibTests.Patching.Specials.Test_PatchException () [0x0004b] in <a72de9f94b6348228dcef60742b11259>:0