Skip to content

Commit

Permalink
Build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrakiburrahman committed Oct 7, 2024
1 parent edbbb7a commit 7cb1d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ dotnet_diagnostic.IDE0063.severity = none
# Do not require file header
dotnet_diagnostic.IDE0073.severity = none

# Do not warn on new SomeClass(...)
dotnet_diagnostic.IDE0090.severity = none

# Do not require "this." prefix, devs are smart enough to know when to qualify
dotnet_diagnostic.SA1101.severity = none

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dotnet tool install --global ClangSharpPInvokeGenerator

### Rebuilding Kernel FFI and interop layer

[delta-kernel-rs](https://github.com/delta-incubator/delta-kernel-rs) is linked as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) in this repo.
[delta-kernel-rs](https://github.com/delta-incubator/delta-kernel-rs) is linked as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) in this repo.

We first build the Kernel DLL and FFI header, and use the header to generate the C# Interop classes.

Expand Down

0 comments on commit 7cb1d38

Please sign in to comment.