diff --git a/CefSharp.Core.RefAssembly/CefSharp.Core.RefAssembly.csproj b/CefSharp.Core.RefAssembly/CefSharp.Core.RefAssembly.csproj
index 45cd3ae501..05884dc195 100644
--- a/CefSharp.Core.RefAssembly/CefSharp.Core.RefAssembly.csproj
+++ b/CefSharp.Core.RefAssembly/CefSharp.Core.RefAssembly.csproj
@@ -8,6 +8,7 @@
false
..\CefSharp.snk
MinimumRecommendedRules.ruleset
+ CS1591,CS0436
@@ -15,8 +16,12 @@
-
-
+
+ false
+
+
+ false
+
@@ -30,36 +35,20 @@
$(GenAPITargetDir)$(AssemblyName).cs
+
-
+
-
- $(IntermediateOutputPath)$(TargetName)$(TargetExt)
-
-
-
-
- <_referencePathDirectoriesWithDuplicates Include="@(ReferencePath->'%(RootDir)%(Directory)'->TrimEnd('\'))" />
-
- <_referencePathDirectories Include="%(_referencePathDirectoriesWithDuplicates.Identity)" />
-
-
-
- @(_referencePathDirectories)
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/CefSharp.Core.RefAssembly/CefSharp.Core.cs b/CefSharp.Core.RefAssembly/CefSharp.Core.cs
index 0b1b2b9340..260643b249 100644
--- a/CefSharp.Core.RefAssembly/CefSharp.Core.cs
+++ b/CefSharp.Core.RefAssembly/CefSharp.Core.cs
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// GenAPI Version: 5.0.2.37403
@@ -174,7 +174,7 @@ public static void SetWindowPosition(System.IntPtr handle, int x, int y, int wid
}
public partial class PopupFeatures : CefSharp.IPopupFeatures, System.IDisposable
{
- public unsafe PopupFeatures(CefStructBase optmod System.Runtime.CompilerServices.IsConst* popupFeatures) { }
+ internal PopupFeatures() { }
public virtual int Height { get { throw null; } }
public virtual int HeightSet { get { throw null; } }
public virtual bool MenuBarVisible { get { throw null; } }
@@ -202,7 +202,6 @@ public PostData() { }
public void Dispose() { }
protected virtual void Dispose(bool A_0) { }
~PostData() { }
- public unsafe implicit operator scoped_refptr* (scoped_refptr* ) { throw null; }
public virtual bool RemoveElement(CefSharp.IPostDataElement element) { throw null; }
public virtual void RemoveElements() { }
}
@@ -216,7 +215,6 @@ public PostDataElement() { }
public void Dispose() { }
protected virtual void Dispose(bool A_0) { }
~PostDataElement() { }
- public unsafe implicit operator scoped_refptr* (scoped_refptr* ) { throw null; }
public virtual void SetToEmpty() { }
}
public partial class Request : CefSharp.Internals.CefWrapper, CefSharp.IRequest
@@ -238,10 +236,8 @@ protected virtual void Dispose(bool A_0) { }
~Request() { }
public virtual string GetHeaderByName(string name) { throw null; }
public virtual void InitializePostData() { }
- public unsafe implicit operator scoped_refptr* (scoped_refptr* ) { throw null; }
public virtual void SetHeaderByName(string name, string value, bool overwrite) { }
public virtual void SetReferrer(string referrerUrl, CefSharp.ReferrerPolicy policy) { }
- public void ThrowIfReadOnly() { }
}
public partial class RequestContext : CefSharp.Internals.CefWrapper, CefSharp.IRequestContext
{
@@ -318,7 +314,6 @@ public WindowInfo() { }
public void Dispose() { }
protected virtual void Dispose(bool A_0) { }
~WindowInfo() { }
- public unsafe CefWindowInfo* GetWindowInfo() { throw null; }
public virtual void SetAsChild(System.IntPtr parentHandle) { }
public virtual void SetAsChild(System.IntPtr parentHandle, int left, int top, int right, int bottom) { }
public virtual void SetAsPopup(System.IntPtr parentHandle, string windowName) { }
@@ -352,7 +347,6 @@ public void Dispose() { }
protected virtual void Dispose(bool A_0) { }
~CefDragDataWrapper() { }
public virtual long GetFileContents(System.IO.Stream stream) { throw null; }
- public unsafe implicit operator scoped_refptr* (scoped_refptr* ) { throw null; }
public virtual void ResetFileContents() { }
}
[System.CLSCompliantAttribute(false)]