|
1 |
| -#pragma checksum "C:\Users\Villar\Desktop\SentimentAnalysisToolFrontEnd\SentimentAnalysisTool.Web\Views\Records\_CommentsPartial.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7207fc2e26e3c6f724060be8a7339adb904b3154" |
| 1 | +#pragma checksum "C:\Users\Villar\Desktop\SentimentAnalysisToolFrontEnd\SentimentAnalysisTool.Web\Views\Records\_CommentsPartial.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0c7367fcfdc434569a33c4f47c21a7833b9f655a" |
2 | 2 | // <auto-generated/>
|
3 | 3 | #pragma warning disable 1591
|
4 | 4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Records__CommentsPartial), @"mvc.1.0.view", @"/Views/Records/_CommentsPartial.cshtml")]
|
@@ -40,7 +40,7 @@ namespace AspNetCore
|
40 | 40 | #line default
|
41 | 41 | #line hidden
|
42 | 42 | #nullable disable
|
43 |
| - [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"7207fc2e26e3c6f724060be8a7339adb904b3154", @"/Views/Records/_CommentsPartial.cshtml")] |
| 43 | + [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"0c7367fcfdc434569a33c4f47c21a7833b9f655a", @"/Views/Records/_CommentsPartial.cshtml")] |
44 | 44 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"76e0233095f6598a6f87feba56c16832bdc21bd0", @"/Views/_ViewImports.cshtml")]
|
45 | 45 | public class Views_Records__CommentsPartial : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
46 | 46 | {
|
@@ -114,7 +114,7 @@ public class Views_Records__CommentsPartial : global::Microsoft.AspNetCore.Mvc.R
|
114 | 114 | #nullable disable
|
115 | 115 | #nullable restore
|
116 | 116 | #line 31 "C:\Users\Villar\Desktop\SentimentAnalysisToolFrontEnd\SentimentAnalysisTool.Web\Views\Records\_CommentsPartial.cshtml"
|
117 |
| - if (Model[i].CommentPolarity == SentimentType.Negative) |
| 117 | + if (Model[i].CommentPolarity.Equals(SentimentType.Negative.ToString())) |
118 | 118 | {
|
119 | 119 |
|
120 | 120 | #line default
|
@@ -166,7 +166,7 @@ public class Views_Records__CommentsPartial : global::Microsoft.AspNetCore.Mvc.R
|
166 | 166 | #nullable disable
|
167 | 167 | #nullable restore
|
168 | 168 | #line 41 "C:\Users\Villar\Desktop\SentimentAnalysisToolFrontEnd\SentimentAnalysisTool.Web\Views\Records\_CommentsPartial.cshtml"
|
169 |
| - if (Model[i].CommentPolarity == SentimentType.Negative) |
| 169 | + if (Model[i].CommentPolarity.Equals(SentimentType.Negative.ToString())) |
170 | 170 | {
|
171 | 171 |
|
172 | 172 | #line default
|
@@ -218,7 +218,7 @@ public class Views_Records__CommentsPartial : global::Microsoft.AspNetCore.Mvc.R
|
218 | 218 | #nullable disable
|
219 | 219 | #nullable restore
|
220 | 220 | #line 51 "C:\Users\Villar\Desktop\SentimentAnalysisToolFrontEnd\SentimentAnalysisTool.Web\Views\Records\_CommentsPartial.cshtml"
|
221 |
| - if (Model[i].CommentPolarity == SentimentType.Negative) |
| 221 | + if (Model[i].CommentPolarity.Equals(SentimentType.Negative.ToString())) |
222 | 222 | {
|
223 | 223 |
|
224 | 224 | #line default
|
|
0 commit comments