You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the `Java.Interop.sln` solution always produces some generated
files that `git` wants to try to commit:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: tests/invocation-overhead/jni.cs
Untracked files:
(use "git add <file>..." to include in what will be committed)
tests/invocation-overhead/jni-api.h
tests/invocation-overhead/jni.c
Commit these generated files, and update the generator for `jni.cs` to
always use native platform new lines so it does not show up as modified
on Windows.
0 commit comments