Skip to content

Commit

Permalink
Housekeeping Fix warnings (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Jul 9, 2023
1 parent 3467c36 commit 65bce34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ReactiveUI.AndroidX/ReactiveRecyclerViewViewHolder.cs
Expand Up @@ -43,6 +43,7 @@ public class ReactiveRecyclerViewViewHolder<TViewModel> : RecyclerView.ViewHolde
/// Initializes a new instance of the <see cref="ReactiveRecyclerViewViewHolder{TViewModel}"/> class.
/// </summary>
/// <param name="view">The view.</param>
[Obsolete("This method was deprecated in API level 23.", false)]
protected ReactiveRecyclerViewViewHolder(View view)
: base(view)
{
Expand Down
1 change: 1 addition & 0 deletions src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj
Expand Up @@ -3,6 +3,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<PackageDescription>Contains the ReactiveUI platform specific extensions for Blazor</PackageDescription>
<PackageTags>mvvm;reactiveui;rx;reactive extensions;observable;LINQ;eventsnet;netstandard;blazor;web;</PackageTags>
<NoWarn>$(NoWarn);BL0007;</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 65bce34

Please sign in to comment.